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. Link to comment https://forums.phpfreaks.com/topic/33079-properties-scroll/ 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? Link to comment https://forums.phpfreaks.com/topic/33079-properties-scroll/#findComment-154440 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. Link to comment https://forums.phpfreaks.com/topic/33079-properties-scroll/#findComment-154622 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.