mhmhc
11-27-2008, 04:49 AM
Hey guys,
While editing my xhtml code and CSS styles, I have somehow managed to make the footer not appear in internet explorer.
My CSS style for the footer is:
.footer {
background-image: url(footer.gif);
margin-left: auto;
margin-right: auto;
width: 800px;
height: 75px;
text-align: center;
padding-top: 15px;
}
and the xhtml is simply:
<div class="footer">
</div>
I have checked and the file 'footer.gif' is still in the folder.
If more information is needed I'm happy to give it.
Any help is appreciated. Thanks
While editing my xhtml code and CSS styles, I have somehow managed to make the footer not appear in internet explorer.
My CSS style for the footer is:
.footer {
background-image: url(footer.gif);
margin-left: auto;
margin-right: auto;
width: 800px;
height: 75px;
text-align: center;
padding-top: 15px;
}
and the xhtml is simply:
<div class="footer">
</div>
I have checked and the file 'footer.gif' is still in the folder.
If more information is needed I'm happy to give it.
Any help is appreciated. Thanks