发布网友 发布时间:2023-10-19 08:33
共4个回答
热心网友 时间:2024-11-17 16:34
去掉html中点击map里area的边框与去掉点击链接时出现的虚线框类似,本文举例来说明去掉点击map里area的边框的两种方法,分享给大家,希望能给您带来帮助。
1.<html>
1、第一种方法是:在<img> 标签中加入 hidefocus="true"
Html代码
<img src="pic.jpg" width="134" height="115" border="0" usemap="#Map" hidefocus="true" />
2、第二种方法是:在需要去掉边框的<area> 标签中加入 onfocus="blur(this);" (如果area区域较多,则每个都要加,那就显得有些麻烦了,可以用第一种方法)
Html代码
<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" onfocus="blur(this);" />
热心网友 时间:2024-11-17 16:34
psp只能播放MP4格式的……格式转换成MP4直接放进psp里,用不着ppa的热心网友 时间:2024-11-17 16:35
<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标签中加入热心网友 时间:2024-11-17 16:35
淘宝, 支持<area style="outline:none;" ……>