Posted by Herbert Plass on 01/31/44 11:53
Hi,
For a mapped image I tried to set some parameters via linked stylesheet.
..zone {
width: 600px;
margin-left: auto;
}
<img class="zone" src="images/pict0387.jpg" usemap="#map" />
<map name="map" >
<area ..... />
</map>
Unfortunately this does not work: the links given in the map are inactive
(no cursor-change, no reaction). When I remove the class, the map works as
expected. Entering the parameters "conventional as width="600" ... the map
is still alive.
Hence my question:
Did I miss some information (please give me a hint) or is it not
possible to combine css and mapped images.
Thanks for helping
Herbert
[Back to original message]
|