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? Link to comment https://forums.phpfreaks.com/topic/160411-dealing-with-left-right-scroll/ 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. Link to comment https://forums.phpfreaks.com/topic/160411-dealing-with-left-right-scroll/#findComment-846522 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% Link to comment https://forums.phpfreaks.com/topic/160411-dealing-with-left-right-scroll/#findComment-846536 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. Link to comment https://forums.phpfreaks.com/topic/160411-dealing-with-left-right-scroll/#findComment-847458 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. Link to comment https://forums.phpfreaks.com/topic/160411-dealing-with-left-right-scroll/#findComment-848647 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.