Is there a way for me to incorperate a image map into the style tages where I set the background image. I can't seem to find a reference to doing it and I can't figuer out how to get the maps to work correctly.
<STYLE TYPE="text/css"><!--
BODY{
background-image: url("Brochure2.jpg"
background-position: -18% 80%;
background-repeat:
no-repeat;
background-attachment:
fixed;
}
--></STYLE>
I want to use this USERMAP for the image
<MAP NAME="map1">
<AREA SHAPE=RECT COORDS="667,388,821,611" HREF="ZachF.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='About Zach Fell'; return true">
<AREA SHAPE=RECT COORDS="477,385,639,614" HREF="equip.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Equipement'; return true">
<AREA SHAPE=RECT COORDS="292,387,453,614" HREF="TomF.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='About Tom Fell'; return true">
<AREA SHAPE=default HREF="index.htm">
</MAP>
Thanks for the help.
onpnt I may not get it the 1st or 2nd time,
but how sweet that 15th time can be.
<STYLE TYPE="text/css"><!--
BODY{
background-image: url("Brochure2.jpg"
background-position: -18% 80%;
background-repeat:
no-repeat;
background-attachment:
fixed;
}
--></STYLE>
I want to use this USERMAP for the image
<MAP NAME="map1">
<AREA SHAPE=RECT COORDS="667,388,821,611" HREF="ZachF.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='About Zach Fell'; return true">
<AREA SHAPE=RECT COORDS="477,385,639,614" HREF="equip.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Equipement'; return true">
<AREA SHAPE=RECT COORDS="292,387,453,614" HREF="TomF.htm" ALT="" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='About Tom Fell'; return true">
<AREA SHAPE=default HREF="index.htm">
</MAP>
Thanks for the help.
onpnt I may not get it the 1st or 2nd time,
but how sweet that 15th time can be.