CSS Help...
CSS Help...
Out of context: Reply #7
- Started
- Last post
- 9 Responses
- sp0
nt uses dom to make the change.
and it works easier if you don't use tables.
use divs. tables weren't meant to handle stylistic changes like that.
tables are for spreadsheet data display, not design and layout.
css works well if you use the right markup methods.
:)
but you can do it with this snippet:
this.style.backgroundColor=''; return true;
place this in an 'onmouseover' event in your tag.