Is it possible to put several commands in the onmouseout command
I'm having several links each with its own ID (roll1, roll2, roll3, etc) and
i would like all to change on the OnMouseOver command
this changes the color of the link withthe id "roll1"
onMouseOut=back ('roll1')
this changes the color of the link withthe id "roll2"
onMouseOut=back ('roll2')
and this changes the color of the link withthe id "roll3"
onMouseOut=back ('roll3')
I would like all of them to change with the OnMouseOver command
Comment