I'm having a hell of a time wrapping my head around this one. What I'm trying to do here is create a straight-forward 3-column layout with a bit of a twist. I'd like the center "content" column to stay forever centered on the screen. The column on the right side is a fixed width, but I'd like the column on the left to be fluid. The intention is that a logo located within the left column will resize down to accommodate a 980px wide screen without obstructing the any part of the logo, but I'd also like to go to a maximum 450px with for larger resolution screens.
---------------------------------------------------------------------------------
| Fluid, image | | |
| inside resizes | Content column | Nav column |
| max-width: 450px | fixed width: 600px | fixed width: 200px |
| min-width: 180px | | |
---------------------------------------------------------------------------------
Here's the best I've been able to accomplish, but it's a pretty convoluted method with negative margin spacings. With the way the left column was accomplished, I can't keep the "content" column actually centered, though.
Any suggestions? Thanks!