BoeingDrew
10-09-2004, 07:40 PM
I am not sure if this is the correct section, my apolagies if it is. Anyway, my problem is I don't know how to create a rollover (from white text to orange upon rollover) with an image map in place. Here is the image map code...
<td colspan="2"><img src="images/index_r4_c1.jpg" alt="" name="index_r4_c1" width="779" height="48" border="0" usemap="#index_r4_c1Map"></td>
<map name="index_r4_c1Map">
<area shape="rect" coords="29,5,64,18" href="index.html" alt="home">
<area shape="rect" coords="93,5,132,21" href="about.html" alt="about">
<area shape="rect" coords="174,5,218,21" href="airfares.html" alt="airfares">
<area shape="rect" coords="237,4,301,19" href="packages.html" alt="packages">
<area shape="rect" coords="336,4,381,18" href="contact.html" alt="contact">
</map>
I am thinking that the best way would be to make the words on the map use CSS? Right now though the words are part of the image. Thanks for any suggestions...
<td colspan="2"><img src="images/index_r4_c1.jpg" alt="" name="index_r4_c1" width="779" height="48" border="0" usemap="#index_r4_c1Map"></td>
<map name="index_r4_c1Map">
<area shape="rect" coords="29,5,64,18" href="index.html" alt="home">
<area shape="rect" coords="93,5,132,21" href="about.html" alt="about">
<area shape="rect" coords="174,5,218,21" href="airfares.html" alt="airfares">
<area shape="rect" coords="237,4,301,19" href="packages.html" alt="packages">
<area shape="rect" coords="336,4,381,18" href="contact.html" alt="contact">
</map>
I am thinking that the best way would be to make the words on the map use CSS? Right now though the words are part of the image. Thanks for any suggestions...