Text only
|
Text with Images
Developers Heaven Forum
Web Programming => Web design => Topic started by: admin on June 21, 2010, 12:07:04 AM
Title:
Hand cusor in FireFox
Post by:
admin
on
June 21, 2010, 12:07:04 AM
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