I want to use this on my page:
But I do not want to write the color of the onmouseout (#003366). I'm looking for some script to change the color back to the original color (#990000) when the mouse moves away from the cell.Code:<td onmouseover="style.backgroundColor=#990000" onmouseout="style.backgroundColor=#003366">
Is this possible?
Bookmarks