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: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)Code:<td onMouseOver="this.style.cursor='hand';" .....
Thanx :D
