| Author |
cursor:hand not working in Mozilla
|
ramnna jain
Ranch Hand
Joined: Mar 16, 2009
Posts: 129
|
|
I created a button using the below code:
xhtml
css
The Hand appears only in Internet Explorer not in Mozilla.
|
 |
Eduardo Bueno
Ranch Hand
Joined: Jun 04, 2009
Posts: 154
|
|
|
cursor:hand is deprecated as it is Microsoft's standard and supported by IE 5.0 and 5.5. Use cursor:pointer instead (works fine in IE 6.0+ and other browsers).
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
This question is a great example of google giving you the answer in 30 milliseconds: cursor hand not working
Eric
|
 |
ramnna jain
Ranch Hand
Joined: Mar 16, 2009
Posts: 129
|
|
|
Thank you Eric & Eduardo ...
|
 |
 |
|
|
subject: cursor:hand not working in Mozilla
|
|
|