On April 15, 2007, Robert wrote:

> http://tinyurl.com/2264jb I am getting a gray background from the body
> background color showing through above and below my footer div (well
> below in IE7 but not in FF) It is about 12 px of gray at the top and
> about 5 px in IE7 at bottom. I want the footer to sit flush to the
> maincontent box and to the bottom of the browser window. I have been
> fussing with this and can't see what would be producing the gaps. Can
> anyone here help me out? Thanks!

Hello Robert

To make the content drop down completely to meet the footer, alter the
widermast.css from

#maincontent {padding-bottom:0;}  to  #maincontent {padding-bottom:1px;}

And adjust the padding in the below selector (in your primary.css) to remove the
background from below the footer.

p.copy { padding: 20px 0 15px; margin:0 auto;  }

Both your primary.css and widermast.css have similar selectors. I
would recommend that you remove the widermast.css for the time been.

Kind Regards, Alan

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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