Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing gradiant color dyamically
Message
From
23/04/2002 15:42:23
 
 
To
All
General information
Forum:
Internet
Category:
Stylesheet
Title:
Changing gradiant color dyamically
Miscellaneous
Thread ID:
00648384
Message ID:
00648384
Views:
38
Anyone found a way to change the gradiant color dynamically?

Such a style:
TABLE.UserHead
{
   border: solid 1px;
   border-style: inset;
   Padding: 2px;
   Background: #C7CDBA;
}
Can be easily updated, as per its background color, anytime, by refreshing dynamically the background property of the table UserHead style. However, when you have this:
TABLE.UserHead
{
   border: solid 1px;
   border-style: inset;
   Padding: 2px;
   Background: #C7CDBA;
   filter:progid:DXImageTransform.Microsoft.Gradient
    (GradientType=1,StartColorStr=#C7CDBA,EndColorStr=#D7DBCE)
}
How do you do it?
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