irken Posted January 6, 2007 Share Posted January 6, 2007 Hello.I'm wondering if there's any CSS way of doing <body scroll="0">. This disables all the scrollbars in IE (7?). This is not a popup window, but just a regular index page.Thank you. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted January 6, 2007 Share Posted January 6, 2007 trybody{ overflow: none; }in your css.but why would you want to? Quote Link to comment Share on other sites More sharing options...
irken Posted January 7, 2007 Author Share Posted January 7, 2007 [quote author=ToonMariner link=topic=121234.msg498383#msg498383 date=1168118449]trybody{ overflow: none; }in your css.but why would you want to?[/quote]Basicly because I only have that one page, and I feel it looks silly with an greyed out scrollbar that's not being used. I have a div aligned in the very middle of the page, where a chat is going to take place, so no scroll bars :).I'll try it out in a moment, bit busy. 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.