Text only
|
Text with Images
Developers Heaven Forum
Web Programming => Web design => Topic started by: admin on June 20, 2010, 07:07:04 PM
Title:
Hand cusor in FireFox
Post by:
admin
on
June 20, 2010, 07:07:04 PM
In order to use hand cusor in FireFox you can use
Code
Select
Expand
"cursor: pointer;"
instead of
Code
Select
Expand
"cursor: hand"
as hand is for IE only.
Text only
|
Text with Images