Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrollbar at the browser level
Message
From
16/02/2012 11:08:13
 
 
To
16/02/2012 10:01:31
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
01535551
Message ID:
01535566
Views:
21
Here is a very interesting way to make the scrollbar disappear in IE. This is needed, or useful, when you set up a Web site with IFrame, where the browser container vertical scrollbar is no longer needed:
<style>
* html body
{
   Overflow: Hidden;
}
 
# html body
{
   Overflow: Hidden;
}
</style>
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform