darkfreaks Posted May 16, 2009 Share Posted May 16, 2009 okay so i have a problem with scroll on my web page i want to make it so it does not scroll left or right can anyone figure this one out ??? http://www.kwebservices.com/~wallet/ CSS: body { background:#FFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#333; text-align:center; margin:0; padding:0; } #container { width:1275px; background:#FFF; margin:0 auto; } #header { background:url(../images/header.jpg) top center no-repeat; height:100px; margin-top:0; margin-right:0; } #form-div { width:885px; float:left; } #head-field { width:430px; float:left; margin:16px 0 0 49px; } #butt-div { width:350px; float:left; margin:16px 0 0; } #search-div { width:390px; float:left; } #search-field { float:left; width:180px; margin:16px 0 0; padding:0; } #search-text { float:left; text-align:right; margin:16px 0 0; padding:0 10px 0 0; } #search-text a { text-decoration:none; font-size:12px; color:#feef01; margin:0; } #search-text a:hover { text-decoration:underline; } #search-but { width:60px; float:left; margin:16px 0 0 5px; } #main-cont { width:1216px; height:800px; margin:0 auto; padding:20px 0 0; } #footer { background:url(../images/footer.jpg) top center no-repeat; height:210px; } #footer-left { width:567px; height:74px; border:#000 1px solid; background:#FFF; float:left; margin:0 0 0 52px; } .footer-left-box { float:left; height:74px; width:141px; text-align:center; font-size:12px; color:#00F; padding-top:5px; text-decoration:underline; margin:0; } #footer-but { float:left; } #foot-right { float:left; margin:23px 0 0 10px; } .clear { clear:both; } .tf1 { border:#000 1px solid; width:420px; background:#FFF; height:30px; } .tf2 { border:#000 1px solid; width:180px; background:#FFF; height:30px; } .list { width:120px; height:34px; border:#000 1px solid; } .ta { width:150px; height:50px; } Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/ Share on other sites More sharing options...
Daniel0 Posted May 16, 2009 Share Posted May 16, 2009 There is no horizontal scroll for me on that page. Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/#findComment-835479 Share on other sites More sharing options...
darkfreaks Posted May 16, 2009 Author Share Posted May 16, 2009 what browser are you using daniel? im on IE6 and i have scrolling issues Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/#findComment-835481 Share on other sites More sharing options...
Daniel0 Posted May 16, 2009 Share Posted May 16, 2009 FF 3.5b4. Upgrade your browser. It's two major versions behind. Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/#findComment-835489 Share on other sites More sharing options...
darkfreaks Posted May 16, 2009 Author Share Posted May 16, 2009 still having scroll problems anyone ??? Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/#findComment-835499 Share on other sites More sharing options...
Axeia Posted May 16, 2009 Share Posted May 16, 2009 body { overflow-x: hidden } ? Quote Link to comment https://forums.phpfreaks.com/topic/158421-solved-getting-rid-of-scrollbars/#findComment-835518 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.