|
-
Jul 23rd, 2004, 07:37 AM
#1
Firefox cursor style not working...[Resolved]
Okay, so I've got this little test...
Code:
<html>
<table>
<tr style="cursor:hand;"><td>test</td></tr>
</table>
</html>
And in IE the cursor changes to a hand like I would expect. But in Firefox the cursor remains an I-bar. Me no likey.
Last edited by crptcblade; Jul 23rd, 2004 at 12:58 PM.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Jul 23rd, 2004, 12:52 PM
#2
Frenzied Member
Code:
style=cursor:pointer;cursor:hand
Try that.
-
Jul 23rd, 2004, 12:57 PM
#3
Seems to work. Thanks.
Is that a bug in Firefox, or a bug in IE? Or is it neither?
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Jul 23rd, 2004, 01:35 PM
#4
Frenzied Member
I think it's probably IE. Or at least I'll blame it on IE for being non-standard.
-
Jul 23rd, 2004, 02:00 PM
#5
http://www.w3schools.com/css/pr_class_cursor.asp
Seems you're right. "hand" is a crappy throwback to IE 5.x
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|