I want several things to occur on a mouseover of a table row. Specifically, bgColor to change, text color to change, cursor change to hand, and then all change back on the mouseout. I know how to code one thing, but not three. I don't want to use the
What's the syntax to put these three actions together in the onmouseover event.
... Now what?
What's the syntax to put these three actions together in the onmouseover event.
Code:
<tr onmouseover="this.bgColor='#B1B18C'