florida
03-24-2003, 02:46 PM
I am trying to get a scroll bar to work in my table. It works great in IE but in Netscape 4.77 this doesnt work. Anything I need to do in Netscape 4 to get a scrollbar to work in my Table??
<DIV style="height:200px;width :600px;overflow:auto;">
<TABLE cellSpacing=2 cellPadding=4 border=0 style="width:98%;height:98%;">
<TR>
<TD width="15%"><B>data</B></TD>
<TD width="35%">moredata</TD>
<TD width="15%"><B>anotherlineetc..</B></TD>
</TR>
</TABLE>
</DIV>
<DIV style="height:200px;width :600px;overflow:auto;">
<TABLE cellSpacing=2 cellPadding=4 border=0 style="width:98%;height:98%;">
<TR>
<TD width="15%"><B>data</B></TD>
<TD width="35%">moredata</TD>
<TD width="15%"><B>anotherlineetc..</B></TD>
</TR>
</TABLE>
</DIV>