每一种美,都会有一双眼睛能看到;每一份爱,总会有一颗心会感受到。

去掉点击map时的显示area边框

 

cus="true"的属性即可

如下:

<img src="some.jpg" border="0" usemap="#map" hidefocus="true">

 

或者可以使用js+css实现:

1.在area中加入onfocus="blur(this);"的属性也可以

2.area多的时候可以使用:

<style type="text/css">
<!--
area {
anything:expression(this.onfocus=this.blur);
}
-->
</style>

posted @ 2013-08-08 15:22  温暖向阳Love  阅读(2854)  评论(0编辑  收藏  举报