Previous Message
Next Message

Containing the Table Monster

Sent by Ingo Chao on 22 March 2005 18:06


Sam Brown schrieb:
> Alright, I threw a little demo together here:
> http://www.normally.us/feedback/tablemonster.html
> http://www.normally.us/feedback/includes/style4.css

Thank you for the URL.

If the question was: "how to contain a table of unknown width" than you 
could float the container:

h1{background: red; text-align: right;}
#wrapper {float: left; }
table {border: 1px solid blue;}

<div id="wrapper">
   <h1>the right side</h1>
   <table>
     <tbody>
       <tr>
         <td>areallyreallyreallylongtextstring ... :) ... 
theendoftheuniverse</td>
       </tr>
     </tbody>
   </table>
</div>


Sorry when I'm missing the point, due to my little English, I didn't get 
the idea of your first posting.

Ingo
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: