Click to See Complete Forum and Search --> : Help with fluid and fixed layout/css Table


urluckee
05-06-2009, 09:12 AM
I want to create a site where the left and right sections of a table are collapsible when the browser window is resized. In the middle section of this table, I have images. I don't mind if this section gets larger but I don't want the images to get larger; however, I want to know if I can have them shrink (and text wrap) if browser window is made smaller.

Please help.

DistantUK
05-07-2009, 12:38 AM
Have you tried giving the middle section a fixed width/height and allow the side sections to take up the remaining space?

This should make the side sections decrease in size as the browser changes size.