I wanted two effects in OnMouseOver so that when you mouse over, the text is one color and the background is another color. I'm using this code
onmouseover="javascript: this.style.backgroundColor = 'Red'"
But in this case it just changes the Background, how do I add other properties ???
Would you like to create a style in CSS to make it default and use wherever I want?