H
Hans
As I try to figure out what html and CSS is all about, I've come to point
where I like an image to pop up when I hover over certain parts of an image.
What I have tried is to cut out a part of the image out and to put it back
on top of the original image, but it is a lot of work and a lot of images.
So suddenly, i found out there is something named "usemap", but I can't
figure out how to use it in the way I want.
If you hover over the upper part of the picture on this page
http://www.armoire-ignifuge.fr/prod/armoire-ignifuge-sa580.htm
you will see it pops up an enlargement.
"thumbnail4" is an external stylesheet and I would like to have in that way
as I like the way of formatting in CSS.
How do I implement "usemap" in the code below instead of using a cut out
picture as I do here? Can anyone tell me, please?
<div id="single_safe_img">
<img src="SA-580-comp.jpg" width="360" height="396">
<div id="sa_580_details_inner_compartment">
<a class="thumbnail4" href="#">
<img border="0" src="SA-580-detail-inner-comp.jpg"
width="165" height="71">
<span><img src"SA-580-detail-inner-comp-la.jpg"
alt="Armoire ignifuge papier SA 580 BJARSTAL..">
</span>
</a>
</div>
</div>
Thanks
Hans
where I like an image to pop up when I hover over certain parts of an image.
What I have tried is to cut out a part of the image out and to put it back
on top of the original image, but it is a lot of work and a lot of images.
So suddenly, i found out there is something named "usemap", but I can't
figure out how to use it in the way I want.
If you hover over the upper part of the picture on this page
http://www.armoire-ignifuge.fr/prod/armoire-ignifuge-sa580.htm
you will see it pops up an enlargement.
"thumbnail4" is an external stylesheet and I would like to have in that way
as I like the way of formatting in CSS.
How do I implement "usemap" in the code below instead of using a cut out
picture as I do here? Can anyone tell me, please?
<div id="single_safe_img">
<img src="SA-580-comp.jpg" width="360" height="396">
<div id="sa_580_details_inner_compartment">
<a class="thumbnail4" href="#">
<img border="0" src="SA-580-detail-inner-comp.jpg"
width="165" height="71">
<span><img src"SA-580-detail-inner-comp-la.jpg"
alt="Armoire ignifuge papier SA 580 BJARSTAL..">
</span>
</a>
</div>
</div>
Thanks
Hans