|
-
Jul 4th, 2004, 07:06 AM
#1
Thread Starter
Ex-Super Mod'rater
Changing the mouse pointer.... -[RESOLVED]-
I'm wanting to be able to chnage the mouse pointer to the hand icon when it hovers over a cell in a table. So far I have:
Code:
<td onMouseOver="this.style.cursor='hand';" .....
The thing is that this only works for IE, is there a way to do this in HTML/javascript properly? (i.e in FireFox too)
Thanx
Last edited by Electroman; Jul 4th, 2004 at 08:54 AM.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

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
|