Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scrollbar at the browser level
Message
De
16/02/2012 11:08:13
 
 
À
16/02/2012 10:01:31
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
01535551
Message ID:
01535566
Vues:
27
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform