[HTML] Background Rollover
Table background rollovers are easy! Simply add this code in the
onmouseover="this.style.backgroundColor='#F0F0F0';" onmouseout="this.style.backgroundColor='#FCFCFC';"
Change the colors to suit your site. Onmouseover is how it looks when the mouse rolls over the table cells and Onmouseout is how it will look when the cursor is moved away from the table cells. You can also add this to div layers.



