In IE the following CSS can be used to create a gradient background?
filter

rogid

XImageTransform.Microsoft.Gradient(
GradientType=0,StartColorStr='#ffffffff',EndColorS tr='#c0e1ff');}
I have seen postings stating that Firefox does not yet support gradient backgrounds. Is there a workaround or a method to use to add a gradient background in Firefox (other than faking it with a graphic)? Any data on this would be appreciated.