Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Internet Explorer 7 Issues Re: Internet Explorer 7 Issues

#93899

The footer sticks out past the page on the right hand side
-play around with the padding or margin ,….like the #pagefooter or the #pageFooterWrapper.

There is a small gap under the header image that needs to be eliminated.
-IE7 some hates using negative margins…

why not apply this instead

#pageBodyWrapper {
overflow: hidden;
position: relative;
top: -30px;
}

and remove #bannerWrapper negative margin