I’m trying to create a website with fluid layout, but im having some problems doing so. I want to create a page with 2 columns like this:
http://migo.no/random/css_layout.jpg
Basically I want the left column to have a minimum width of 700px, and stretch out as much as it can, and the right column to have a fixed width of 400px. Also if the window size is smaller then 1100px, I want the scrolling to pop in.
I just cant seem to get it as I want..
Regards,
Alexander
Here’s one way to do it. This results in proportional widths, though. If you want the sidebar to always be 400px and only the main column to expand, I think you could do that by just using min-width.