Posted by JD on 05/07/07 09:00
work.Yehuda@gmail.com wrote:
> 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
[Back to original message]
|