Table Cell Colour Change

B

Blindsya

Is it possible to change the background colour of a table cell when the
cursor is hovered over it? I heard it was possible to do this using css.
Any help would be much appreciated.
 
D

David Dorward

Blindsya said:
Is it possible to change the background colour of a table cell when the
cursor is hovered over it? I heard it was possible to do this using css.

td:hover { background-color: blue; }

Not supported by MSIE

Most people who want this are trying to get an effect to indicate that the
link in the cell (which is the only thing in the cell) is active. This
isn't something tables should usually be used for...

http://www.maxdesign.com.au/presentation/listamatic/

.... has nicer semantics and works well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top