JAVAEOC
02-01-2004, 09:12 PM
my height atribute does not seem to work :(
here the css:
.HR{
height: 5px;
overflow: hidden;
}
the table:
<table class="ContextTable" id="ContextMenu">
<tr><td class="ContextMenu" id="LinkOne" onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">Stuff</tr></td>
<tr><td class="HR" onMouseOver="Stop();Hide(1,4)" onMouseOut="Delay()"><hr></tr></td>
<tr><td class="ContextMenu" id="LinkTwo" onClick="PrintPage()"onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">Print this page</tr></td>
<tr><td class="ContextMenu" id="LinkThree" onClick="Source()" onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">View Source</tr></td>
</table>
what is wrong?
thanks for any help
here the css:
.HR{
height: 5px;
overflow: hidden;
}
the table:
<table class="ContextTable" id="ContextMenu">
<tr><td class="ContextMenu" id="LinkOne" onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">Stuff</tr></td>
<tr><td class="HR" onMouseOver="Stop();Hide(1,4)" onMouseOut="Delay()"><hr></tr></td>
<tr><td class="ContextMenu" id="LinkTwo" onClick="PrintPage()"onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">Print this page</tr></td>
<tr><td class="ContextMenu" id="LinkThree" onClick="Source()" onMouseOver="Color(this.id);Stop();Hide(1,4)" onMouseOut="UnColor(this.id);Delay()">View Source</tr></td>
</table>
what is wrong?
thanks for any help