what's the easiest way to change the bgcolor of a table cell on mouse over?
Printable View
what's the easiest way to change the bgcolor of a table cell on mouse over?
<td onmouseover="style.backgroundColor='#000080';>
i just need a CSS for that?
i got the background color...but whats the foregroundColor?
Foreground Color is just "color".
There is a tag:hover defined in CSS, but unfortunately IE only supports it for the <a> tag.