Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Netscape 4.7 and Liquid Tables (aka Fluid or Expandable Tables)

Status
Not open for further replies.

eclipse33

Programmer
Apr 13, 2001
94
0
0
CA
I am trying to correct some Netscape 4.7 issues on a web page. The top table is supposed to be a liquid table (aka fluid or expandable - not sure on the correct term) The table needs to expand based on the screen resolution.

The below code works fine in IE but of course Netscape 4.7 has an issue with it. bar_03.jpg will not display in Netscape 4.7...any ideas??

<TABLE height=&quot;100%&quot; cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot;>
<TR height=&quot;89&quot;>
<TD height=&quot;89&quot;><IMG src=&quot;bar_03.jpg&quot; height=&quot;89&quot; width=&quot;100%&quot;></TD>
<TD vAlign=&quot;top&quot; colSpan=&quot;2&quot; height=&quot;89&quot;><IMG height=&quot;89&quot; src=&quot;banner.jpg&quot; width=&quot;178&quot; border=&quot;0&quot;>
</TR>

...more rows etc

</TABLE>

Thanks in advance
 
NN 4.7 is very buggy and I never count on that browser [Hammer]
Nike Failed Slogans -- &quot;Just Don't Do It!&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top