I looked quickly and made the following changes to #footer

#footer {
height: 50px;
width: 743px;
position: absolute;
bottom: 0;
left: 8px;
background-color: #ABABAB;
margin: 0;
text-align: center;
color: #000000;
}

change
width:100% to width:743px;
left: 0; to left: 8px;
margin: 0 8px; to margin: 0;


Issue resolved.


Hop this helps.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to