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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trap mouse cursor change?

Status
Not open for further replies.

oldnewbie

Technical User
Dec 6, 2000
9,142
CA
Hi all,

Any way of automatically trapping a mouse cursor change?

The function would have to be constantly checking without using onmouseover & al stuff on specific objects, pictures, forms or links in scrolling textfields.

If that function existed, would it also trap cursor changes in an embedded object as a Flash movie embedded in the html?

Any simple answers for the main 2 browser types? Regards,

oldman3.gif
 
Is this what you mean? Put that in any link,img src, or button.

style="cursor:hand"

something like:

<input type=&quot;button&quot; value=&quot;go&quot; style=&quot;cursor:hand&quot; onclick=&quot;reset()&quot;>

Hope that helps!

Code One
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top