How can I have a fluidarea whose maximum width value?

I have a design where I want than a div with the background full width - where the 100% value

< div id = "ContentArea" style = "width: 100%;" background-color: #F55; >

< div id = "FIXEDCOLUMN" style = "width: 60px banner; >

some content here

< / div >

"< div id ="FLUIDAREA"style =" width:MAX900; background-color: #FFF; >

some content here

< / div >

< / div >

I can therefore defined the FLUIDAREA div on a maximum width of 900

I want FIXEDCOLUMN to the left of FLUIDAREA (with left float or something)

I want the FIXEDCOLUMN and FLUIDAREA columns to be centered in the ContentArea (width of margin auto setting I guess?)

How can I achieve this?

Do I need another div around these to max 960 to wrap them up?

Thank you.

Max-width: 900px;

Tags: Dreamweaver

Similar Questions

Maybe you are looking for