[thelist] Table Row Rollover

Peter-Paul Koch gassinaumasis at hotmail.com
Mon Oct 15 10:04:44 CDT 2001


> > <TR onMouseOver="this.style.backgroundColor="#cc0000"
> > onMouseOut="this.style.backgroundColor="#0000cc">
>
>If it were only that easy ...
>
>(Sorry, it didn't work.)

Sorry, syntax error (quotes). Try

<TABLE>
<TR onMouseOver="this.style.backgroundColor='#cc0000'"
onMouseOut="this.style.backgroundColor='#0000cc'">
	<TD>1</TD><TD>2</TD></TR>
</TABLE>

It works fine.

ppk

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp





More information about the thelist mailing list