HELP! Hand Cursor on Hotspot needed

liunx

Guest
I have some hotspots setup that do some javascript to hide/show various layers. I would like for it to look more like a link by changing the cursor to a hand when rolled over the hotspot.<br />
<br />
This this possible? I thought about CSS but I think setting the cursor to "hand" only relates to text links associated with the CSS class...right?<br />
<br />
John<!--content-->add<br />
style="cursor:hand"<br />
to the HTML element.<!--content-->cool thanks!<br />
You can't use it on the image map directly I don't think but it works well for the image itself which is good enough!<br />
<br />
John<!--content-->"hand" is not a legal value for the "cursor" attribute. (Yes, it works in some browsers, but it is browser specific.) The correct value (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props">http://www.w3.org/TR/REC-CSS2/ui.html#cursor-props</a><!-- m -->) is "pointer".<!--content-->
 
Back
Top