|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hand Cursor
Ive made a javascript fucntion, that works on the onMouseUp event on a <td> tag, now, it works fine, but the hand cursor doesnt comeup, and i would like it too, is there any way to get the hand cursor (same cursor as the hyperlink) to come up?
If possible it needs to be in javascript |
|
#2
|
|||
|
|||
|
ahh, found it using css
cursor : hand; very useful, the only thing it wont work with old browsers! oh well, cant have it both ways |
|
#3
|
|||
|
|||
|
BTW - "hand" is proprietary IE5.5 down. Use the following for cross-browser compatibility:
td {cursor: pointer; cursor: hand;} |
|
#4
|
|||
|
|||
|
ahh, thanks, but im not that worried, since, its for a admin, that uses the wysiwyg editor, so they will need to IE 5.5 or above
but thanks for the tip |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Hand Cursor |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|