Hello Brian,

Just from a quick glance, your footer postion is 1 px to the right of the
elements above it.  For example, div #content .narrowcolumn is positioned
let's say 12 px from the left, and your footer is 13 px from the left.  I
haven't tested this, but my first try would be changing the footer CSS to:


#footer {

             padding: 0;

             margin: 0 auto;

             width: 760px;

             clear: both;

             }

Instead of:

#footer {

             padding: 0 0 0 1px;

             margin: 0 auto;

             width: 760px;

             clear: both;

             }


I hope it works!

John

______________________________________________________________________
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