In my IE8 browser, the "content" div is out of place and appears near the bottom. Why?
page
| SitePoint Sponsor |


In my IE8 browser, the "content" div is out of place and appears near the bottom. Why?
page


I think it might be the overflow: auto on #contentwrapper causing it.
Try changing it to overflow: hidden;
Code:#contentwrapper { overflow: hidden; width: 775px; padding: 0 20px 0 30px; }


Thanks for your reply! But unfortunately, that didn't work.


I see what the problem is - the scroll bar keeps appearing in annoying IE8 (and was taking up extra space). I put overflow: auto; into the #content div. Fixed.


Seems to be fine now. What made the difference?



Hi, I'm sorry, IE8 isn't showing that for me?
Edit:
Oh wow, missed like 4 posts..shoulda refreshed
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Bookmarks