apply a css style of a area on a image map
- by aron
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>