|
here's the code i use on my page onmouseout="style.backgroundColor='#000000'"
onmouseover="style.backgroundColor='#ffffff'"
just change the color strings to whatever here's another set of codes i think thats what they use here
onMouseOver="this.style.backgroundColor='#EEEFF0'; onMouseOut="this.style.backgroundColor='#FFFFFF';"
|