On Mon, Jul 16, 2012 at 11:15 AM, Gergely Buday <gbu...@gmail.com> wrote:

> Now, if I use float at div#text and div#sidebar the sidebar column
> goes to the right of the text colum (good), but the gray borders
> disappear (bad):

> - Gergely

Try:
 div#main{overflow:hidden;}/* add to enclose and clear the floats*/
 div#text{ width: 600px;float: left;border:1px solid red }
 div#sidebar{ idth: 120px;border:1px solid red;float: right;
/*margin-left: 20px;delete */}

Best,
David Laakso

-- 
Chelsea Creek Studio
http://ccstudi.com
______________________________________________________________________
css-discuss [css-d@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