Log in

View Full Version : can someone educate me on two column layouts



zeropsi
11-21-2006, 04:35 AM
I tried to follow the tutorial on here for the two column fixed-fixed tutorial (http://www.dynamicdrive.com/style/layouts/item/css-fixed-layout-21-fixed-fixed/), however, my layout still has some issues.

Here is the mockup: http://beta.investchallenge.com

Anyone see what I am doing wrong?

mwinter
11-23-2006, 12:53 AM
Here is the mockup: http://beta.investchallenge.com

Anyone see what I am doing wrong?

You've applied the clear property to all of your "rows", so they only render below the floated summary and log in. It should have been applied to the "clearfix" div.

Mike