I have a footer that also has a footheader which is a shadow effect that sits above the footer, when I remove this footheader I get white space under the footer, how do I prevent the whitespace?
I have tried altering the .push but does not make any difference.
css code below;
.push {
height: 328px;
clear: both;
}
#footer {
height:250px;
background:#000;
}
#footerline {
height:15px;
background: gray;
}
#footerlinetxt {
width:940px;
margin: 0 auto;
}
#footerlinetxt p {
font:arial;
font-size:10px;
text-align:left;
margin-left:10px;
color:#ffffff;
}
#footerheader {
height: 78px;
background-image: url(../images/footer-shadow.jpg);
background-repeat: repeat-x;
clear:both;
} Thanks in advance
This post has been edited by jay76: 06 February 2012 - 01:45 PM
Help

















