开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜