> -----Original Message-----
> Other than that, if you want to have the two floating divs side-by-side, I do 
> believe you need to give them a width value - otherwise they will assume 100% 
> width.
> Dennis

The width value of the two inner div is indeed the direction to look.
If you replace the right text content with an image than the two divs
will float nicely side by side. However, with the text content the div
will expand as much as necessary to accommodate the text. You can
either use <br> to cut the text into short lines. Or, put a width on
the containing div.

Claude
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to