Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Arbitrary cursor change -- hand/pointer with roll over

Status
Not open for further replies.

MonicaX

Technical User
Jul 13, 2002
35
US
When I mouseover the links I've created (some are image buttons, some type, some type from css styles most are in layers, some have mouse over behaviors attached -- it's all over the map)they don't swap to a hand from the pointer cursor, except for a fraction of a second (you'll miss it your not watching for it).

Is this not a default for links? I've seen some sort of reference in CSS styles (can't remember where now) that had pointer choices, but that would only apply to type in a css style - right?

Thanks!
Monica
 
just add a "#" in the normal hyperlink box, as well as whatever javascript actions u have specified. This should ensure that the pointer turns to a hand when moving over them.

Hope this works for u ;)

Nick (Web Developer)


nick@retrographics.co.uk
 
If you're using normal links, the hand should appear anyway. to use CSS to do it, use style="cursor: hand;"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top