Monday, May 10, 2010

Cursor:hand not working with mozilla/firefox/chrome

Some of our CSS code like: cursor: hand; do not work in mozilla,firefox,chrome while it works with IE. The reason is IE supports the keyword hand while mozilla, netscape, firefox and chrome do not. Hence if you want to use cursor: hand; to work on all the browsers, simply use Cursor: pointer

No comments:

Post a Comment