Click to See Complete Forum and Search --> : Multiple rollovers?


krautinator
11-03-2003, 10:12 AM
I'm working on a mouseover and I want some text that changes color when a user mouses over it and changes another image's src
How do I change multiple things inside an onmouseover?

Nayias
11-03-2003, 11:37 AM
<input type="button" value="multiple changes" onMouseOver="document.bgColor='red'; document.fgColor='blue'">

use this ; at the end of each command