开发者

IE shows Image Map cut out shapes when clicked [closed]

开发者 https://www.devze.com 2023-01-29 21:57 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 ye开发者_高级运维ars ago.

Just in IE when I do map area i can show the cut out of the shape when i clicked on the link(map). Some one know how can i hidde it?


Eriks answer here is already a great hint. I think he meant to have the .map class applied to the image tag.

img.map { outline:none; }

or simply:

img { outline:none; }


try adding this to your map area css style

.map {
   outline:none;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消