Table Width Inside a div

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Marco

    Table Width Inside a div

    I'm trying to set the width of a table to 66% like this...

    <style type="text/css">
    #content { position: absolute; top: 0px; left: 178px; }
    </style>
    ...
    <div id="content">
    <table style="width: 66%;">
    ...
    </table>
    </div>

    Trouble is, Mozilla 1.3 makes the table the same width as
    the div container (i.e. 100%). Can anyone fix this? It works
    okay in MSIE. I've uploaded it here...



    Any help gladly appreciated,
    Marco
    ----------------------------------------------------
    Please remove digits from e-mail address (tr/0-9//d)

Working...