Hello..
Right now I have a script that changes the color of the text when I mouseover it, but I would also like to increase the font of the text when I mouseover, and then go back when I mouseout... Keep in mind the text is not a link!
<h3 align="left" onMouseOver="this.style.color='#ff0000'" onMouseOut="this.style.color='cccccc'">
Right now I have a script that changes the color of the text when I mouseover it, but I would also like to increase the font of the text when I mouseover, and then go back when I mouseout... Keep in mind the text is not a link!
<h3 align="left" onMouseOver="this.style.color='#ff0000'" onMouseOut="this.style.color='cccccc'">