Table Cell Rollover
Table Cell Rollover
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- sp0
Again, the reason why CSS and Tables don't play nice is because Tables are not for layout.
The DOM code will work for what you need - the "onmouseover" code you got above.
To get it to work with CSS, either use a CSS hack, or code the markup correctly using DIV and SPAN.