|
Posted by Els on 11/11/65 11:53
Herbert Plass wrote:
> 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.
Do you have a URL of the CSS version so people can examine it?
--
Els http://locusmeus.com/
Navigation:
[Reply to this message]
|