October 1, 201213 yr Please bare with my english since I'm not a native I've got an issue with this page I've created and I can't see where I messed up: http://stockholmhost...da/vara-rum.php vara-rum.php is an exact copy of index.php http://stockholmhost...msida/index.php The stylesheet connected to em both is http://stockholmhost...msida/style.css In the image included below, you see that the div tag #main-inner get thrown off to the right. That is the problem I need help to fix. Heelp? footer.php head.php index.php menu.php style.css vara-rum.php
October 1, 201213 yr Add a clear:both; to your #main style. That should fix it. Edit: so in your CSS file, your #main CSS should look like this: #main { overflow-x: auto; overflow-y: auto; padding-bottom: 180px; clear: both; } Lyndsey. Edited October 1, 201213 yr by Lyndsey
Create an account or sign in to comment