This CSS challenge is really puzzling me. Here's what I'm trying to do ...
- have an elastic layout (i.e. the container is max-width: 1200px min-width: 960px)
- have the container be center aligned.
- where the left column is fluid and expands to the highest possible width in the elastic constraints.
- and the right column is fixed to say 200px
Can anybody enlighten me?