[thelist] netscape and tables

David S Gray dascott at wam.umd.edu
Wed Aug 9 10:46:10 CDT 2000


so if i understand correctly, you have:

<table ... align=left width=50>...</table>
<table ... align=left width=40>...</table>

and the first one is getting truncated on the right side by 100?
kinky...
could you do:

<table align=left width=90><tr>
 <td width=50><table ... width=50>...</table></td>
 <td width=40><table ... width=40>...</table></td>
</tr></table>

?
if that doesn't choke netscape on the nested tables, that should work
quite nicely

HTH

 -dave


On Wed, 9 Aug 2000, Arthur Noel wrote:

> Has anyone ever seen a thing like this?
> 
> Say you have 2 tables both aligned left so they are touching side by side,
> it seems that if the content of the first table is longer than that of the
> second the first table's content gets chopped to the length of the second.
> 
> Only Netscape 3/4 does this (suprised?).
> 
> Any ideas on how I'd make this work?
> 
> Arthur
> 
> 
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
> 





More information about the thelist mailing list