Fluid HTML Page with one fixed column width problem

Hi,

You can view my code here:
<!-- m --><a class="postlink" href="http://www.missmonkee.com/clive/mel.html">http://www.missmonkee.com/clive/mel.html</a><!-- m -->

I have a problem whereby I have a design that has a max-width of 932px.
Now within this there is a fixed width for the left hand column. There are two extra columns on the right of this, that need to be fluid. So they need to shrink down with the window resizes to 800 x 600, but then only stretch back up to a maximum of 932px.

I know that max-width is not supported by IE and even if I did have max-width on my outer container (black), it would not then allow me to have a fluid layout
within this.

Can anyone help me at all? I'm not even sure if this is possible. Has anyone else attempted this bizarre design!? I DIDNT DESIGN IT! I wish we could change it.

Thanks, Meldid you try using % instead of px?
 
Back
Top