论坛
标题:
做热点后点击有边框,如何消除热点边框
[打印本页]
作者:
顾潇06
时间:
2018-7-8 14:20
标题:
做热点后点击有边框,如何消除热点边框
做热点后点击有边框,很不美观,如何消除热点边框呢?各位大神,求助,谢谢啦!
[attach]133118[/attach]
作者:
lori棒棒糖
时间:
2018-7-9 17:21
把你的代码全部复制上来看下,或者可以参考这个帖子自己试着调整下~
https://jingyan.baidu.com/article/0320e2c12321201b86507b4c.html
作者:
顾潇06
时间:
2018-7-10 08:03
lori棒棒糖 发表于 2018-7-9 17:21
把你的代码全部复制上来看下,或者可以参考这个帖子自己试着调整下~
https://jingyan.baidu.com/article/03 ...
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>热点地图</title>
</head>
<body>
<p><img src="images/QQ截图20180708143859.jpg" alt="" width="596" height="501" usemap="#Map"/>
<map name="Map">
<area shape="rect" coords="207,6,369,270" href="http://www.baidu.com"><area shape="rect" coords="13,7,175,271" href="http://www.qinxue.com" target="_blank" outline:none>
<area shape="rect" coords="25,292,175,489" href="#">
<area shape="rect" coords="213,294,374,494" href="#">
<area shape="rect" coords="414,8,576,272" href="http://www.taobao.com">
<area shape="rect" coords="12,16,174,280" href="#">
<area shape="poly" coords="482,304,454,314,513,297,540,345,553,396,550,457,513,482,451,469,421,447,416,362,452,313" href="#">
</map>
</p>
<p> </p>
<p> </p>
<p><img src="images/241-middler.jpg" alt="" width="310" height="200" usemap="#Map2"/>
<map name="Map2">
<area shape="rect" coords="50,23,141,191" href="#">
<area shape="rect" coords="179,31,276,191" href="#">
</map>
</p>
</body>
</html>
欢迎光临 论坛 (http://bbs.qinxue.com/)
Powered by Discuz! X3.1