how to do fluid width layout

Dyemnaterrall

New Member
For example, I have 4 boxes. First 3 boxes are all fixed width (say 30px), and the 4th box is fluid to take up full rest of the width. The goal is that with just CSS, I want to be able to remove any number of the first 3 boxes and have the 4th box still fill up the remaining space.I tried to make floats work, but it seems that I need to specify a width (a % width if I want it to be fluid), but those doesn't work for what I want to accomplish. Is that possible? Any way to make it work?
 
Back
Top