Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Alright, I have this issue, but whenever I want to search "fixed-fluid-fixed" it brings back fixed width on the first column, not position fixed.

How do I get a 3 column layout that is like this: https://dl.dropbox.com/u/1331627/layout.jpg

Everything I've seen has floats on everything, but that seems to screw up the fixed position menu on the right.

I'd like to have the images scale by themselves and have a fixed width 3rd column. The 2nd and 3rd columns scroll together.

Stumped.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.