aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes cursor:hand not working in Mozilla Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "cursor:hand not working in Mozilla" Watch "cursor:hand not working in Mozilla" New topic
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
    
    6
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 ...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cursor:hand not working in Mozilla
 
Similar Threads
DIV shrinks to fit its content
Div alignments when using corner images
Positioning DIVs
HTML/CSS: navigation bar
how to set background image and foreground image in css?