Hi,

I am trying to create a small 5 column CSS box that will render
correctly across browsers.
Also I would like to be able to adjust the widths of each box accordingly

I am looking for something like this:

<div id="container">
     <div id="Box1">Text </div>
     <div id="Box2">Text  </div>
     <div id="Box3">Text  </div>
     <div id="Box4">Text  </div>
     <div id="Box5">Text  </div>
</div>
_________ _________ _________  _________ _________
|__Box 1 _||__Box 2 _| |__Box 3 _| |__Box 4 _| |__Box 5 _|

Any help would be greatly appreciated.

Thank you
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to