I know that Internet Explorer has some proprietary extensions so that you can do things like create divs with a gradient background. I can't remember the element name or it's usage. Does anyone have some examples or links?
|
|
|
|
|
|
|
Look at the custom CSS filters IE can handle http://msdn.microsoft.com/en-us/library/ms532847.aspx |
||
|
|
|
Right from ScriptFX.com article:
|
||
|
|
|
|
filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0,startColorStr=#d8cde9, endColorStr=#8f7eac); |
||
|
|
|
|
I believe you're looking for this specific CSS setting. |
||
|
|
|
|
Is this what you are looking for? IE Gradients |
||
|
