Thanks. The "fix" corrected my upper side box alignment problem. It was the links in the footer menu that I wanted to align left. The "fix" setting did not do it:
#footer {
margin: 0 auto;
text-align: left;
background: url(../images/footer_bg.gif);
width: 960px;
height:112px;
clear:both;
}



Reply With Quote
