onMouseOver="leave curser as is"
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
nicora posted this at 05:03 — 8th June 2002.
He has: 267 posts
Joined: Nov 2001
Really doubt this is cross-browser...
Mouse Over Me, I'm a link !
PS: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/properties/cursor.asp
Ramsey DaMoor posted this at 18:31 — 8th June 2002.
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
ROB posted this at 18:44 — 8th June 2002.
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()">
Ramsey DaMoor posted this at 23:08 — 8th June 2002.
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.