return to homepage

Scripts: Layout & Styles

Table Cell Rollover Effect - Simple

The following highlights (changes the colour of) the table cell with the onMouseOver function. This is usefull for navigation menu's such as the one used for this web site.

Note: This only works in IE 5.0+.

plop


<TABLE WIDTH="75%" BORDER="0" bgColor="#000099" onMouseOver="bgColor='#FFAA55'" onMouseOut="bgColor='#44AAFF'">
<TR>
<TD ALIGN="center"><B>plop</B></TD>
</TR>
</TABLE>