Friday 21 February 2014

Footer isn39t showing

Posted by Саша 22:50, under | No comments


Footer isn't showing? Footer isn't showing?

My background for the footer isn't showing on my site.. and it isn't positioning right.. Like It shows the text I have it on "bambular 2012" but it isn't showing the background for the footer.
I'm using php include to pull the footer from the php file.
Here's footer.php
<html>
<body>
<div id="footer">
Bambular 2012
</div>

The CSS for the footer
#footer {
background-image: url(images/footer-bg.png);
height: 80px;
width: 960px;
background-position: bottom;
background-repeat: no-repeat
background-size: cover;
}

the site is http://bambular.com It was working then all of sudden the footer stopped showing.. and yes the image is uploaded on the server. Any help is much appreciated. Thanks! :)


Other Answers:













0 коммент.:

Post a Comment