Hi all,
My footer appears ok under IE but under firefox the text seems to appear below the rectangle area marked as paragraph - I have used the code for footer in a cnetered layout from this site.
Here is the code:
<div id=outer>
<div id="clearfooter"> </div>
<br>
<div id="footer">
<p align="center"><a href="contactus.html"> Contact Us |</a><a href="aboutus.html">
About Us | </a><a href="site.html">Site Map</a></p>
</div>
</div>
Here is the CSS:
#footer {
font-family:inherit;
font-size: 1em;
color: #000000;
height:15px;
background-color:#8FDCA8;
font-weight: bolder;
left: 0px;
width:900px;
position:absolute;
}
#absfooter {
font-family:inherit;
font-size: 1em;
color: #000000;
height:15px;
background-color:#8FDCA8;
font-weight: bolder;
left: 0px;
top:1100px;
width:900px;
position:absolute;
}
#clearfooter{clear:both;height:15px;width:100;}
THis seems preplexing with Firefox.
Regards
Explorer








Bookmarks