> The best way to do this would be to "float" each div inside your container.
> This will allow them to line up horizontally.  The CSS may look like this.
>
> #Box1 {
>     float: left;
>     width: xxx;
> }
> #Box2 {
>     float: left;
>     width: xxx;
> }
> #Box3 {
>     float: left;
>     width: xxx;
> }
> #Box4 {
>     float: left;
>     width: xxx;
> }
> #Box5 {
>     float: left;
>     width: xxx;
> }

Hi,

When using this css for each div, how can I make it so that the divs
expand with the size of the text
______________________________________________________________________
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