Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding cascading for scroll bar
Message
From
30/08/2005 17:49:02
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
Avoiding cascading for scroll bar
Miscellaneous
Thread ID:
01045331
Message ID:
01045331
Views:
80
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
Next
Reply
Map
View

Click here to load this message in the networking platform