cursor:hand

W

work.Yehuda

Hello everyone,
How can I make this property: cursor:hand to work on firefox?
If I can't, is there any other way to chainge the pointer of the
mouse?

thanks
 
J

Jukka K. Korpela

Scripsit (e-mail address removed):
How can I make this property: cursor:hand to work on firefox?

According to CSS specifications, a browser shall ignore such a setting,
since 'hand' is not an allowed value for the 'cursor' property.
If I can't, is there any other way to chainge the pointer of the
mouse?

cursor: pointer

The names are misleading, since the 'cursor' property actually affects the
_pointer_, and the value 'pointer' means that the pointer shape is that of a
_cursor_.

Anyway, the cursor property is mostly harmful in the hands of most authors.
It helps to prevent links from looking like links, non-links look like
links, and to create "funny" effects that are fun only if you have nothing
important to do _and_ you haven't seen such a "funny" effect a dozen times.
 
J

JD

Hello everyone,
How can I make this property: cursor:hand to work on firefox?
If I can't, is there any other way to chainge the pointer of the
mouse?

cursor: pointer; works in FF and IE 6/7. It does not work in IE5,
although cursor: hand; does.

Since cursor: hand; is non-standard and IE5 is no longer widely used,
you should just stick to cursor: pointer; from now on.

JD
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top