jwwceo Posted September 8, 2006 Share Posted September 8, 2006 I just finished the back end work for this page..www.liquidcotton.comfor some reason the page has unneccessary scroll bars, both horizontal and vertical.I think it might have something to do with the javascript menus that are built at the top fo the page..any ideas??? Quote Link to comment Share on other sites More sharing options...
effigy Posted September 8, 2006 Share Posted September 8, 2006 In the CSS use[tt] body { overflow: hidden }[/tt] Quote Link to comment Share on other sites More sharing options...
jwwceo Posted September 11, 2006 Author Share Posted September 11, 2006 That works kinda... but then nothing scrolls...even when it is supposed it..it blocks out anything larger than 1 screen tall. I don't really get this... when I take out the javascript menu data at the top of the page the page works fine... theres something about the menus that makes the page wider and taller than it's supposed to be..any ideas??? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted September 12, 2006 Share Posted September 12, 2006 Thats your answer then....There is some part of the code that has the javascript menu 'starting' at the right hand side of the body.There is an absolute shed load of html in there (sure you need that much to achieve something that looks like it should be quite simple). Also various tags missing like <body> etc.Suggest you validate your html.... 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.