
How can I change the mouse icon?
Mirco Soderi said...
Quote:
> Hi ng!
g'day
Quote:
> How can I change the mouse icon when the mouse passes over a certain object
> placed in my HTML page?
you need to be careful changing the expected behaviour of the mouse. it
can confuse your visitor.
you can use css to change it. for example on an image:
<img src="an_image.jpg" style="cursor : pointer;">
when the mouse moves over the image it will change to a hand (or whatever
depending on the user settings/GUI)
however a "hand" usually indicates a link and when nothing happens when
clicked your visitor wont know whats going on.
--
brucie