buongiorno a tutti,
ho il seguente html:
codice:
<div class="ygtvchildren" id="ygtvc10">
<div class="ygtvitem" id="ygtv11">
<table border="0" cellpadding="0" cellspacing="0">
	<tbody>
		<tr>
			<td class="ygtvblankdepthcell"></td>
			<td id="ygtvt11" class="ygtvtn"
				onclick="javascript:YAHOO.widget.TreeView.getNode('treeElement',11).toggle()"></td>
			<td><a id="ygtvlabelel11" class="ygtvlabel" href="#"
				target="_self"
				onclick="return YAHOO.widget.TreeView.getNode('treeElement',11).onLabelClick(YAHOO.widget.TreeView.getNode('treeElement',11))">Bond
			(4)</a></td>
		</tr>
	</tbody>
</table>
<div class="ygtvchildren" id="ygtvc11"></div>
</div>
con firefox tutto bene, mentre con ie6 quando c'p il div ygtvc11 vuoto, a video mi fa vedere ugualmente il div con un altezza di circa 1em. ho provato a forzare la height a 0px ma non succede nulla.. come posso non farlo vedere quando dentro al div non c'è nulla?
grazie