For customization of this script or any script development, contact us at support@hscripts.com
Usage
a)Copy the above code and the required color in javascript code.
var bgcolor = "your background color";
var change_color = "color tobe changed on mouseover"
b)Now set the style or table row color on your html table
<tr>
<td style ="background-color: Your background Color;"
onmouseover="mover(this);" onmouseout="mout(this);">
haiiiiiiiiiiiiiii
</td>
</tr>
.....Add Your table rows continuously with various values.....
......................................................
<tr>
<td style ="background-color: Your background Color;"
onmouseover="mover(this);" onmouseout="mout(this);">
bla bla bla
</td>
</tr>
License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.