Click to See Complete Forum and Search --> : [RESOLVED] Two Columns not working?


h3r0
01-04-2008, 04:48 PM
I have my left column set to float: left; and my right column set to float: right; however it doesn't appear to be working.

here's my design:
http://rosssssss.homelinux.org/test/

Any thoughts on why it's not working? "Welcome To..." should be in the right column.

Thanks,
Ross

TJ111
01-04-2008, 05:22 PM
Your right_column div is inside of the your left_column div. Move it outside, also make it "float:left", two items floated in same direction will nest next to eachother.

h3r0
01-04-2008, 05:26 PM
It has been fixed. Thanks. I missed a </div>. :/ Thanks :)