Fixed and liquid layouts

Hi,

I think i understand liquid layouts, in that they expand to whatever width the browser is resized to, and fixed width layouts are ones where the page is wrapped in a div and is set a certain width, and when the window is rezised the layout will remian the same size? Am i understanding this correctly?.

thanks for the help.

Yes that’s about it :slight_smile:

You can find a full discussion here that might help.

Yes you are understanding this correctly. Read this (it explains everything)
Fixed vs. Fluid vs. Elastic Layout: What’s The Right One For You?
Fixed or Fluid width? Elastic!

ah yeah thanks guys, i found those sites yesterday, doing my daily searches on variuos css topics:)