PDA

View Full Version : CSS - Stuck on basics



adityadubey
March 11th, 2007, 09:25 AM
Hi all,

I am very new to CSS and hence stuck with the basic aligning problem for a layout. Attached is the layout I want to achieve. Also, someone has advised me not to use position absolute/relative. I am not sure how to achieve this using margins. I hope I get help here. Anyone?

Thanks

Adi

Pasquale
March 11th, 2007, 10:20 AM
Break it into 2 columns and a footer, then add the blocks inside each column.

simplistik
March 11th, 2007, 12:35 PM
never use absolute positioning for layouts.

adityadubey
March 11th, 2007, 05:48 PM
Thanks guys! Will give it a try! :)