apply a css style of a area on a image map
Posted
by aron
on Stack Overflow
See other posts from Stack Overflow
or by aron
Published on 2010-06-06T03:53:58Z
Indexed on
2010/06/06
4:02 UTC
Read the original article
Hit count: 477
Hello, Is there anyway to apply a css style of a area on a image map? Like here I have .notAvail I tried this and it did not work.
<map name="SMap" id="SMap">
<area target="bottomFrame" class="notAvail" coords="104,58,120,72" title="Grand Ball Room: 1: C" alt="Grand Ball Room: 1: C" shape="rect">
</map>
© Stack Overflow or respective owner