1. 程式人生 > >去掉area的虛框

去掉area的虛框

order href this map a標簽 hide area htm area標簽

<area shape="poly" coords="44,44,61,40,77,45,95,55,105,66,57,76,16,62,32,58,27,55,40,50" href="link_to.html" /</map</body</html★第一種方法是:在<img標簽中加入
hidefocus="true"
<img src="pic.jpg" width="134" height="115" border="0" usemap="#Map" hidefocus="true" /
★第二種方法是:在需要去掉邊框的<area標簽中加入
onfocus="blur(this);"
(如果area區域較多,則每個都要加,那就顯得有些麻煩了,可以用第一種方法)

去掉area的虛框