[CSS] Removing outline on image map area

Ref. Removing outline on image map area

HTML
<img class="map" src="..." usemap="..." hidefocus="true" />

CSS
img.map, map area{
outline: none;
}

This entry was posted in CSS. Bookmark the permalink.