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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DOM---Style

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Code:
<td  onmouseover=&quot;this.style.background='#829db7';this.style.color='#ffffff';this.style.cursor='default'&quot; onmouseout=&quot;this.style.background='#bdc3c9';this.style.cursor='default';&quot;>


how come style will not work in a < tr > tag in Opera?(It is very buggy in it, also on the Mac too)

I want to highlight all the data in the whole row, not just each individual cell...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top