I'll try to explain what's wrong.
This is in my .css
Code CSS:#content_left { position: absolute; left:20px; top:140px; width: 150px; } #content_mid { margin: 0 190px 0 190px; min-width: 600px; } #content_right { position: absolute; right:20px; top:140px; width: 150px; }
As you can see this creates 3 parts of the side: left, middle and right.
Now when i make the window smaller so when i drag the right side to the left, the content_right will go with it and overlap the content_mid.
Does anyone know how i can solve this?





Bookmarks