Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoiding cascading for scroll bar
Message
De
30/08/2005 17:49:02
 
 
À
Tous
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Titre:
Avoiding cascading for scroll bar
Divers
Thread ID:
01045331
Message ID:
01045331
Vues:
76
I have the following style for a scroll bar:
body, html
{	
   scrollbar-face-color: #AB2D0C;
   scrollbar-shadow-color: #651A07;
   scrollbar-highlight-color: #C2664E;
   scrollbar-3dlight-color: #660000;
   scrollbar-darkshadow-color: #660000;
   scrollbar-track-color: #d7c083;
   scrollbar-arrow-color: #d7c083;	
}
However, on a specific page, I would like to avoid the cascading stylesheet. So, I did this:
body, html
{	
   scrollbar-face-color: default;
   scrollbar-shadow-color: default;
   scrollbar-highlight-color: default;
   scrollbar-3dlight-color: default;
   scrollbar-darkshadow-color: default;
   scrollbar-track-color: default;
   scrollbar-arrow-color: default;	
}
But, this doesn't seem to work.
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform