Re: solution to cross-browser problems

by Reywob(at)aol.com

 Date:  Fri, 21 Jul 2000 16:57:29 EDT
 To:  hwg-languages(at)hwg.org
  todo: View Thread, Original
In a message dated 7/21/00 7:49:19 PM GMT Daylight Time, leo7278(at)hotmail.com 
writes:

> - give all your TD tags widths, all of them!

What do you do when you want the table cell to expand to fill the width 
remaining in the browser??  just add width="" ??  Or width="*" ?

An example:
  <table border="0" width="100%" cellpadding="0" cellspacing="1">
    <tr>
        <td width="" valign="top">
Content goes here... this cell expands...
        </td>
        <td width="3" bgcolor="#FFCC33" background="background.gif" 
valign="top">
          <h6> </h6>
        </td>
      <td width="5" valign="top"></td>
        <td width="90" valign="top">
This is the menu here...        
        </td>
    </tr>
  </table>

TIA
Peter

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA