Shepred Posted June 18, 2013 Report Share Posted June 18, 2013 Hello! First off, I do apologise if this has been solved before, but I couldn't find it. Here's my problem. On the Live Map page, the footers ends up behind it, here's a picture: (The footer is the white box, behind the map). Here's the code: HTML: <div id="footer"> <p><center>Copyright © <?php echo date('Y') ?> - <?php echo SITE_NAME; ?><br /> <a href="http://www.phpvms.net" target="_blank">Powered by phpVMS</a></center></p> </div> CSS: #footer { width: 970px; border-style: solid; border-top-width: 1px; border-color: #000000 height: 20px; margin: 0 auto; clear: both; text-align: right; border-left: none; border-right: none; border-bottom: none; } #footer p { padding: 10px; font-size: 10px; } Any help is greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted June 19, 2013 Members Report Share Posted June 19, 2013 you need to put the map in a div that will be located on the upper side of your footer Quote Link to comment Share on other sites More sharing options...
Shepred Posted June 19, 2013 Author Report Share Posted June 19, 2013 Ok, thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.