T
timothy
I'm trying to create rollovers inside an imagemap. I'm using Gimp 2.0 to
create the graphics and maps and Quanta 3.2.1 to edit code. Here's my code
as of now:
<img src="map.png" width="256" height="256" border="0" usemap="#map">
<map name="map">
<area shape="circle" name=one coords="128,134,57"
onmouseover="document.one.src='/map/image/green.png'"
onmouseout="document.one.src='/map/image/red.png'"
href="http://www.google.com" /> </map>
How can I fix this issue? Thanks to all who reply......
create the graphics and maps and Quanta 3.2.1 to edit code. Here's my code
as of now:
<img src="map.png" width="256" height="256" border="0" usemap="#map">
<map name="map">
<area shape="circle" name=one coords="128,134,57"
onmouseover="document.one.src='/map/image/green.png'"
onmouseout="document.one.src='/map/image/red.png'"
href="http://www.google.com" /> </map>
How can I fix this issue? Thanks to all who reply......