cursor other than hand in image map

windows

Guest
hi
I'm new here, may be the question was posted but i don't find it.
I need a cursor other than the hand pointer when the mouse is over an area in image map (each area has a onmouseover that shows a short text).
I put the map in a div with cursor:crosshair style and this is the solution that works in IE but don't work in Firefox and Opera, Safari not tested .
Putting the style directly in the map don't work in IE.
many thanks
m.j.Cursors (according to Dreamweaver MX 2004):
auto
crosshair
default
e-resize
help
inherit
move
ne-resize
n-resize
nw-resize
pointer
se-resize
s-resize
sw-resize
text
wait
w-resizeYes I know various cursor types. The problem is that they don't work when inside an image map, the browser shows always the hand pointer when the mouse is on an area.
thanksimg {cursor:crosshair;}yes, img {cursor:crosshair;} it's ok in Firefox and IE but not in Opera
thanksWorks in Opera7+
Opera6 does not support cursor
 
Back
Top