Jump to content

Footer ends up under Live Map


Shepred

Recommended Posts

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:

l64xX.jpg

(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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...