News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

ON Mouse Over

Started by mlrocks1, September 25, 2005, 01:10:09 PM

Previous topic - Next topic

mlrocks1

hey guys...

i want to add the onmouseover.. u know the one that when u put the mouse on it.. the table changes the color... effect to a theme... but when i modify to add the code... it gives me an error.. saying something about the ( ' ).. help please

Aaron

I suggest you don't change the code, but the stylesheet. Lookup the class you want to change, and add another class below, like this:


windowbg a:hover
{
background-color: #CCCCFF;
}


I think that'll do, but I'm not sure.

Advertisement: