Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

More than one style on an event

Status
Not open for further replies.

greyone

Programmer
Dec 14, 2000
200
CA
I have a cell which chages color on mouse over. Now i would like the text color within the cell also to change with the change in the cell color. How can i incorporate another style on the foloowing mouse over event. Please help

<table>
<tr>
<td onmouseover=this.style.background=&quot;#FF0000&quot; onmouseout=this.style.background=&quot;#CCCCCC&quot;></td>
</tr>
</table>
 
<td onmouseover=&quot;this.style.backgound='#FF0000';other style here&quot; ...> ray
rheindl@bju.edu

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top