I want to use the filter
CSS property for both a gradient and an image. I found and tried something like the following:
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Controls/Calendar/Events/email.png'), progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9D9D9', endColorstr='#989898',GradientType=0 ); /* IE6-9 */
the problem is that only 1st part of the filter applies. Does anyone know how to do it?