Okay, so I've got this little test...
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.Code:<html>
<table>
<tr style="cursor:hand;"><td>test</td></tr>
</table>
</html>
Printable View
Okay, so I've got this little test...
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.Code:<html>
<table>
<tr style="cursor:hand;"><td>test</td></tr>
</table>
</html>
Try that.Code:style=cursor:pointer;cursor:hand
Seems to work. Thanks.
Is that a bug in Firefox, or a bug in IE? Or is it neither?
I think it's probably IE. Or at least I'll blame it on IE for being non-standard. ;)
http://www.w3schools.com/css/pr_class_cursor.asp
Seems you're right. "hand" is a crappy throwback to IE 5.x
:afrog: