Hi!
I was wondering how to change the 'hand' cursor on an image map hotspot to a 'crosshair' using the area tags.
I have the following code...and part of my css already points out to use the crosshair cursor but it doesn't work on the image map.
any suggestions? thanks!Code:<img src="newhead.jpg" usemap="#mymap" border="3" alt="" width="700" height="340" /><br /> <map name="mymap"> <area shape="rect" coords="0,290,90,340" href="home.html" alt="Home"> <area shape="rect" coords="90,290,140,340" href="bio.html" target="iframe" alt="Biography"> <area shape="rect" coords="140,290,220,340" href="news.html" target="iframe" alt="Latest News"> <area shape="rect" coords="220,290,320,340" href="gallery.html" target="iframe" alt="Gallery"> <area shape="rect" coords="320,290,420,340" href="media.html" target="iframe" alt="Media"> <area shape="rect" coords="420,290,520,340" href="http://z8.invisionfree.com/Adam_Scott" target="new" alt="Adam Scott Fan Forum"> <area shape="rect" coords="520,290,600,340" href="links.html" target="iframe" alt="Links"> <area shape="rect" coords="600,290,710,340" href="about.html" target="iframe" alt="About us"> </map>



Reply With Quote



Bookmarks