You will need to specify two styles ( one for on state and one for off)
using -->
FORM:INPUT {background-color:red;}
-----Original Message-----
From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]
Sent: Tuesday, June 12, 2001 7:16 AM
To: javascript
Subject: [javascript] RE: Changing Cell Background Color
What's a FORM cell? You mean a table cell within a form? Same as for any
element...
<TD onMouseOver="this.style.backgroundColor='red';">...stuff...</TD>
-----Original Message-----
From: nmaffei@a... [mailto:nmaffei@a...]
Sent: 11 June 2001 17:26
To: javascript
Subject: [javascript] Changing Cell Background Color
Does anyone have some code that will change the color of the background
of a FORM cell, onMouseOver.
Nick Maffei