css - Main content of page bleeding onto footer? (only in IE7) -


My main content is overlapping on the footer. It is only happening in IE 7 it works fine in IE8, FF, Chrome Does.

Thanks

IE 9 height: 100% < / Code> announcements that are actually false.

The height of your content should be set to . Auto instead of 100% because you do not want it to contain 100% of the height of the container, you want it to fit all your stuff.

To create modifications here (I only include modified sections).

Line 26:

  #content_container {background: url (../service / images) /main-layout/logo_bg_red.gif); Height: auto; } #iner_content_container {background: url (../print / picture / main-layout / content_bg_rd.gif) repeat-y center; Height: auto; }  

line 231:

  #content {padding-top: 2px; Height: auto; Background color: #FFFFFF; }  

Comments