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 |
|||||
|
|
The code I use for all browser gradients:
You will need to specify a height or Update: Here is a LESS Mixin (CSS) version for all you LESS users out there:
|
|||||||||||||||
|
|
This should work for IE6, IE7, and IE8:
|
|||||
|
|
A significant gotcha when it comes to gradients in IE is that although you can use Microsoft's filters...
...they kill clear type on any text covered by the gradient. Given that the purpose of gradients is normally to make the UI look better, that's a show stopper for me. So for IE I use a repeating background image instead. If the background image css is combined with the gradient CSS for other browsers (as per Blowsie's answer), other browsers will ignore the background image in favour of the gradient css, so it will only end up applying to IE.
There are plenty of sites you can use to quickly generate a gradient background; I use this. |
|||
|
|
|
Just thought I'd add this useful link: http://css3please.com/ Shows how to get gradients working in all browsers. |
|||
|
|
|
Great tool from Microsoft, allows you to examine colors real-time and generates CSS for all browsers: http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/default.html
|
||||
|
|
|
Note that IE10 will support gradients as follows:
|
||||
|
|
|
Right from ScriptFX.com article:
|
|||
|
|
|
Try this:
|
|||||
|
|
Two things I discovered while struggling with IE 9 gradient.
|
||||
protected by rynah Jun 23 '12 at 20:31
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
