Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Changing Cell Background Color


Message #1 by nmaffei@a... on Mon, 11 Jun 2001 12:25:44 -0400
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


  Return to Index