This is a discussion on Is it possible to put several commands in the onmouseout command within the PHP General forums, part of the PHP Programming Forums category; I'm having several links each with its own ID (roll1, roll2, roll3, etc) and i would like all to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 |
|
|||
|
> 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 > onMouseOut="back('roll1'); back('roll2'); back('roll3');" chris |