Forum Moderators: not2easy
#clearfooter {
min-height: 100%;
width: 900px;
margin:0 auto; /* centers #wrapper */
}
#footer {
background: url(../Images/footerbg.png) repeat-x left;
background-color: ;
height: 164px;
width:100%; /* centered div must be given a width */
margin:-80px auto 0; /* -80px sucks it back in & auto centers it */
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #B4A198;
padding-bottom: 0px;
}
#footercontainer {
float: left;
min-height: 100%;
width: 1007px;
}
#left{
height: 100%;
width: 124px;
float: left;
padding-right: 20px;
text-align:left;
display:inline;
}
#right{
height: 100%;
width: 124px;
float: right;
padding-right: 20px;
text-align:right;
display:inline;
}
#centered{
height: 100%;
width: 124px;
float: center;
padding-right: 20px;
text-align:center;
display:inline;
} </div><!-- end #container -->
<div id="clearfooter">
<p> </p>
</div>
</div><!-- end #wrapper -->
<div id="footer">
<div class="footercontainer">
<div class="left">Left aligned text here<br />Next line here</div>
<div class="right">Right aligned text here<br />Next line here</div>
<div class="centered">Center Text here<br />Next line here</div>
</div>
</div>