gnawz Posted May 31, 2009 Share Posted May 31, 2009 Hi. I have used the following CSS code to remove the horizontal scroll but it does not work in IE body { background: #580000 url(images/header_bg.jpg) repeat-x; font: 14px, Geneva, Arial, Helvetica, sans-serif; overflow-x: hidden; } The horizontal scroll is still there! Anyone knows another way to deal with it? Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted June 1, 2009 Share Posted June 1, 2009 Why is there left-right scroll popping up anyway? If you properly designed your website, the scrollbar shouldn't come up. Quote Link to comment Share on other sites More sharing options...
gnawz Posted June 1, 2009 Author Share Posted June 1, 2009 I really don't know. The body sizes is set to 100% Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted June 2, 2009 Share Posted June 2, 2009 Post a link. A quick look w/ firebug should be enough to pinpoint the error. Quote Link to comment Share on other sites More sharing options...
SuperBlue Posted June 3, 2009 Share Posted June 3, 2009 There is a bug, where absolute positioned italic text would course a Horizontal Scrollbar in IE The fix is to apply overflow auto to the positioned text. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.