leeking001

UX Internet Travel Other About me
leeking001
博客
微博
照片
电影
白社会
Facebook
Twitter
Linkedin
Google+

如何去掉网页链接上当前焦点的虚线框

2007-09-21 by leeking001 | 用户体验 | 评论(101)

最近做Tab换页时遇到的一点小麻烦,网上找了些解决办法,现分享如下:

局部控制

<a href=”link1.htm” onfocus=”this.blur()”>link1</a>

<a href=”link1.htm” onfocus=”this.close()”>link1</a>

<a href=”link1.htm” hidefocus=”true”>link1</a>

<a href=”link1.htm” hidefocus=”hidefocus”>link1</a>

全局控制

CSS实现

a{blr:expression(this.onFocus=this.close());} /* 只支持IE,过多使用效率低 */

a{blr:expression(this.onFocus=this.blur());} /* 只支持IE,过多使用效率低 */

a:focus { -moz-outline-style: none; } /* IE不支持 */

HTC实现 IE支持,页面载完才有效果

把下面这段代码存为.htc为扩展名的文件
<public:attach event=”onfocus” onevent=”hscfsy()”/>
<script language=”javascript”>
function hscfsy(){
this.blur();
}
</script>

调用 a {behavior:url(htc文件所在路径地址)}

JS遍历实现
window.onload=function()
{
for(var ii=0; ii<document.links.length; ii++)
document.links$[$ii$]$.onfocus=function(){this.blur()}
}

JS封装为函数
function fHideFocus(tName){
aTag=document.getElementsByTagName(tName);
for(i=0;i<aTag.length;i++)aTag$[$i$]$.hideFocus=true;
//for(i=0;i<aTag.length;i++)aTag$[$i$]$.onfocus=function(){this.blur();};
}

当前是添加一个hidefocus的属性,注释掉的句子是添加onfucus=this.blur();
然后调用fHideFocus(“A”),即可把a的虚线框去掉
通过传递不同的参数,可以去掉更多的虚线框,比如”BUTTON”可以去掉button的
但要记住参数要用大写字母

A. map area内链接如何消除链接虚线?

这是一个观念上的错误,其实应该在所在map的图片上加以控制,而不是在area内,参考传统办法

B. 关于onFocus
<a href=“http://blog.csdn.net/alonesword/“ onFocus=”this.blur()”>
<Img src=”Example.jpg” Border=0>
</a>
onFocus是设置鼠标焦点事件的东西,这个可以用,也可以不用,不过为了让更多的浏览器识别的话,建议采用Border=0 这个才是去除虚线框的关键所在
(在网上看到有的人用onFocus=”this.blur()”来消除虚线框,但在本地测试时,仅仅用这一句是不能消除的)

101条评论

  1. Kevindup
    2007-09-21 at 4:05 下午

    “как быстро и легко похудеть”:

    Пей больше воды! Пей перед едой для ускорения обмена веществ и естественного очищения организма.

    Не переживай по поводу маленьких порций. Ешь до 80% сытости.

    Сделай акцент на белках в своем рационе, чтобы ускорить процесс похудения и поддерживать мышцы.

    Source:

    как похудеть на 20 кг быстро

    как похудеть на 20 кг быстро

发表评论

最近评论

  • whoah this blog is excellent i really like studying your posts. Stay up the great work! You recognize, a lot of persons are searching round for this information, you could aid them greatly.
  • I always spent my half an hour to read this blog's content all the time along with a cup of coffee.
  • Studying GPCR opens up new horizons in the field or inhalers. By studying these receptors scientists can develop innovative treatments for a range of diseases.
  • Hi there Dear, are you in fact visiting this web site daily, if so then you will without doubt obtain fastidious knowledge.
  • I think this is among the such a lot vital info for me. And i am satisfied reading your article. But wanna statement on few common things, The site taste is perfect, the articles is really great : D. Just right activity, cheers
  • Pretty great post. I simply stumbled upon your blog and wanted to mention that I've truly loved browsing your blog posts. In any case I will be subscribing in your feed and I am hoping you write once more very soon!
  • Hi there! I just wanted to ask if you ever have any issues with hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no backup. Do you have any methods to prevent hackers?
  • Do you have a spam issue on this site; I also am a blogger, and I was wanting to know your situation; we have created some nice practices and we are looking to swap strategies with other folks, please shoot me an e-mail if interested.
  • "как быстро и легко похудеть": Пей больше воды! Пей перед едой для ускорения обмена веществ и естественного очищения организма. Не переживай по поводу маленьких порций. Ешь до 80% сытости. Сделай акцент на белках в своем рационе, чтобы ускорить процесс похудения и поддерживать мышцы. Source: как похудеть на 20 кг быстро как похудеть на 20 кг быстро
  • I have read so many posts concerning the blogger lovers but this post is genuinely a pleasant piece of writing, keep it up.

最近文章

  • Opinion professionnelle sur AllySpin
  • Melbet Gamings: Leading 5 Ports
  • What Can You Play at UK Non-GamStop Online Casinos?
  • WinWin Casino PL Warsztaty Sportowe oraz Bonus Powitalny 2025
  • WinWin Choice an internet-based Casino Web site for real Money in India Log on
  • Mostbet Apostas Esportivas & Cassino
  • Mostbet Brasil: É Confiável? Cadastro E Bônus De R$2000″
  • Apostas Desportivas Web-site De Apostas Vave Online Bónus”
  • How To Learn Roulette And Get Strategies, Tips & More
  • 2025 Beginners Guide
© 2025 Leeking001 . Ported to Wordpress . Designed by Leeking001 . Powered by SAE . 京ICP备18021289号