Announcement


Grab your free HTML codes here! Everything from basic music HTML codes, cool font codes, even free cursor codes! You can copy/paste these codes straight into your web page, and in most cases, your MySpace page. Best Use fresh Javascript source code into your web pages easy. Get scripts and apply to your page. Learn to copy and paste Java code, source code. In free-webcodes, you will find a categorized listing of free php scripts, commercial php scripts, php resource, php tutorials, web resources, php hosting and more. We have also developed several free php scripts at free-webcodes.blogspot. You can find them in the label section to the right. The code is downloadable from php.net too.

Changing Table Background Colors on Mouseover (IE ONLY)

|

<!-- Changing Table Background Colors on Mouseover (IE ONLY) -->

<TABLE BORDER="2" CELLPADDING="2" WIDTH="100%">
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
<TR onMouseover="this.bgColor='#EEEEEE'"onMouseout="this.bgColor='#FFFFFF'">
<TD>Your Table Data</TD>
</TR>
</TABLE>

0 comments: