I have a webpage with a fluid layout with a 100% width.
When I resize browser window the elements in the page overlap.
I would create an effect similar to this website http://bologna.bakeca.it/ that when window is smaller than a fixed width stop resizing.
You can set min-width property of CSS for body tag. Since this property is not supported by IE6, you can write like:
Or: