Page 1 of 1

Hover function ?

Posted: Fri May 16, 2003 9:16 am
by ampersand
How can I make a whole table row in another color when hovering just one column ?

I have tried with CSS but I just highlights the column I'm hovering, not all the other in the same row..

Posted: Fri May 16, 2003 9:23 am
by []InTeR[]
Use onMouseOver in the <tr>.
http://www.javascripts.com has scripts like this.

Posted: Tue May 20, 2003 10:20 am
by DoraBear
The best example of your question is phpMyAdmin,
you can study its code.
You can see it when you're browsing a table or so.