Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
HTML Pages with CSS and JavaScript
cursor:hand not working in Mozilla
ramnna jain
Ranch Hand
Posts: 129
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I created a button using the below code:
xhtml
<div id="continuebutton" style="cursor:hand"></div>
css
#continuebutton { background-image: url(../images/common/continue_button.jpg); background-repeat: no-repeat; height: 41px; width: 249px; position: absolute; left: 352px; top: 12px; }
The Hand appears only in Internet Explorer not in Mozilla.
Eduardo Bueno
Ranch Hand
Posts: 159
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Posts: 15385
6
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
This question is a great example of google giving you the answer in 30 milliseconds:
cursor hand not working
Eric
ramnna jain
Ranch Hand
Posts: 129
I like...
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thank you Eric & Eduardo ...
This is my favorite show. And this is my favorite tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Div alignments when using corner images
how to set background image and foreground image in css?
DIV shrinks to fit its content
Positioning DIVs
HTML/CSS: navigation bar
More...