February 19, 200818 yr Hi guys & gals, I have a problem with my footer and it's doing my nut in! When I test my pages in IE the page content dissappears under the footer instead of there being a scroll bar, yet it's fine in Firefox! http://www.webexpress-uk.com/packages.html Can anyone help? PLEASE!!
February 19, 200818 yr Either you've fixed it or you're not on IE/FF on PC. It looks fine to me. Btw I can see the plain white of your page body because your background is only 1600px wide.
February 19, 200818 yr Author Really? That's weird...this is what I see in IE! clicky p.s. You mentioned the white body background...what should the background width be in that case?
February 19, 200818 yr Ahh i'm using IE6 mate, can't really say without playing about with it on IE7. Looking at the source i see 2 end body and html tags, so i'd fix those to begin with. Your footer is 5em high, so you probs need to add margin or padding to the bottom of the div above the footer to prevent this.
February 19, 200818 yr Oh yeah and i'm using 1680x1050 which is quite common now if you ask me. I also know plenty that use 1920x1200 and some even higher so it's best to avoid this type of Y only repeat.
February 19, 200818 yr Author Ok thanks Tucker, I'll see if someone with IE7 can shed any light on it!
February 20, 200818 yr Author EDIT: I am baffled...it's fine in Firefox but not in IE7. Can someone shed any light on this? Thank you! *bashes head on desk*
February 20, 200818 yr It is this : #footer { clear: both; float: left; width: 100%; height: 5em; margin-top: -5em; } Get rid of the margin-top: -5em and the content reappears - Eris
February 20, 200818 yr Author It is this : #footer { clear: both; float: left; width: 100%; height: 5em; margin-top: -5em; } Get rid of the margin-top: -5em and the content reappears - Eris Cheers Eris! I think I've FINALLY sorted it though! I just needed to change the <div id="content"> to <div id="page"> My God that was doing my head in...lol
Create an account or sign in to comment