comptech520
02-27-2010, 02:57 PM
The right footer graphic does not align (please see attachment). Any ideas?
This is the code in the footer area
<div class="clear"></div>
<div id="inner_footer"></div>
<div id="footer">
<div class="footer_black">© 2010 - All Rights Reserved</div>
<!-- W3C validator links -->
<p id="sc_w3c"> </p>
</div>
</div>
This is the CSS
.clear {clear: both; line-height: 0; height: 0;}
.footer_black {color:#000; text-align:center; font-weight:bold;}
#inner_footer {
clear: left;
height: 40px;
background: url(../images/footer_bg.gif) no-repeat;
}
#footer {
/* background-color: #000;*/
height:15px;
color: #000;
}
This is the code in the footer area
<div class="clear"></div>
<div id="inner_footer"></div>
<div id="footer">
<div class="footer_black">© 2010 - All Rights Reserved</div>
<!-- W3C validator links -->
<p id="sc_w3c"> </p>
</div>
</div>
This is the CSS
.clear {clear: both; line-height: 0; height: 0;}
.footer_black {color:#000; text-align:center; font-weight:bold;}
#inner_footer {
clear: left;
height: 40px;
background: url(../images/footer_bg.gif) no-repeat;
}
#footer {
/* background-color: #000;*/
height:15px;
color: #000;
}