Hey Redux,
This is the code I'm using:
Code:
<tr>
<td>
<!-- when inserting new child nodes, be sure to change the ID for both the title and the "click to expand" spans -->
<img src="../images/red_bullet.gif" width="7" height="8" alt=""><span style="CURSOR: hand" id="list_2002" class="titles" onClick="expand(1);return false"> TextGoes Here </span>
<span class="finepoint" id="list_2002_expand">(Click to Expand)</span>
</td>
</tr>
<tr>
<td>
<span id="list_2002_child" style="DISPLAY: none">
<table width="60%" border="0" cellspacing="0" cellpadding="3" class="procbox">
<tr>
<td class="proctitle">Month</td>
<td class="proctitle">Type</td>
</tr>
<tr>
<td><a href="http://w3.cibc.com/techops/bcc/newsletter/dec02/index.html" target="_blank">December</a></td>
<td class="procnumber"><a href="http://w3.cibc.com/techops/bcc/newsletter/dec02/index.html" target="_blank"><img src="../images/explorerIcon.gif" width="16" height="16" border="0" alt="Open Document in Internet Explorer"></a></td>
</tr>
<tr>
<td bgcolor="#EFEFEF"><a href="http://w3.cibc.com/techops/bcc/newsletter/nov02/index.html" target="_blank">November</a></td>
<td bgcolor="#EFEFEF" class="procnumber"><a href="http://w3.cibc.com/techops/bcc/newsletter/nov02/index.html" target="_blank"><img src="../images/explorerIcon.gif" width="16" height="16" border="0" alt="Open Document in Internet Explorer"></a></td>
</tr>
</table>
</span>
</td>
</tr>
I've since changed the "child" <span> (ie: <span id="list_2002_child"> to a <div> and it seems to validate.
But I wouldn't mind an explanation on why I could use a DIV as opposed to a SPAN tag...
Thanks for the assistance!
Edit: Sorry, the code comes out horribly!
Bookmarks