Forum Moderators: open
However, there are too many problems with overlap and strange things like that (depending on how big the browser window is open, etc). Are there elements in my CSS I can set to prevent these things (e.g., set a minimum page-width, so that it cannot be shrunken shorter than that) or should I avoid using liquid DIVs altogether?
I wouldn't avoid liquid divs, though. They are sweet. You could try the old 1-pixel-high, whatever-pixel-wide spacer-gif-trick to set a min-width on a div, but that's a brute force approach. Still, while philosophically unpure, it works.