onMouseOver="leave curser as is"

They have: 19 posts

Joined: Feb 2002

ok hopefully a quicky for you(once again)
Can anyone show me how to prevent the curser from changing to a hand when it meets a link. If its cross browser then thats a bonus.
i need to trigger a "show-hide layer" without tempting the visitor into clicking before they've scaned the options available (a menu system i'm working on )

Thanks
Ramsey

When in doubt - Check it out

They have: 19 posts

Joined: Feb 2002

thanks

Check out the following page, it also gives a list of available options.

echoecho.com/csscursors.htm

it seems ns isn't ready for this yet.

Ramsey

When in doubt - Check it out

They have: 447 posts

Joined: Oct 1999

you can do this if you're using an image... put the onmouseover event in the image tag rather than wrapping it in a link:

<!--rather than this-->
<a href="#" onmouseover="dostuff()">blah blah</a>

<!--you could do this-->
<img src="some/image.jpg" onmouseover="dostuff()">
'

They have: 19 posts

Joined: Feb 2002

Thanks Rob
for img's and txt, it now seems as though i have this problem covered.. for ie..
ns is still struglin'

Ramsey

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.