Hover Background

Added: 01 January, 2007
Downloads: 455
Required: javascript
Ratting: 4

This simple javascript allows you make color change effect when mouse is over. It can work with all tags include divs or table cells.



Step 1:
Add the JavaScript at header of your page

Step 2:
Set the mouse HEX value of mouseover and mouseout color from java script

Step 3:
Add onMouseOver=mouseover(this); onMouseOut=mouseout(this); between '<tagname' and '>'  on the tag name you need to make this effect.