[thelist] Table Row Rollover

Joshua Olson joshua at alphashop.com
Mon Oct 15 09:12:37 CDT 2001


give the <tr> a unique id and reference the style properties for the <tr>
using the id in the mouse triggers in the <td>

Example using IE DOM:

<tr id="abc">
  <td
onmouseover="document.all.abc.styles.backgroundColor='red';">whatever</td>
</tr>

HTH,
-joshua

----- Original Message -----
From: "Nick Bourgeois" <nick at gravityfree.com>
Subject: [thelist] Table Row Rollover


: But what I need to do is be able to change the background color of the
: entire table row (with multiple <td>s).
:
: Is this possible?  And if so, how do ya do it?





More information about the thelist mailing list