Jump to content

Recommended Posts

Posted

I want a strip of blue in my footer, but the strip always goes under my banner. Here's the code:

CSS:

#footerbar { height:10px; width: 760px; background-color: #4A6C90; }
#footer { position: bottom; float: bottom; width: 760px;}

TPL:

?>
</div>
<div id="footer">
<div id="footerbar">
</div>
<br />
<br />
copyright © 2007 - <?php echo date('Y') ?> - <?php echo SITE_NAME; ?><br />
<!-- Please retain this!! It's part of the phpVMS license. You must display a
  "powered by phpVMS" somewhere on your page. Thanks! -->
<a href="http://www.phpvms.net" target="_blank">powered by phpVMS</a></p>
</div>
</div>
<br clear="all" />
</div>
</body>
</html>

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