Equivalant of this gradient code in ie css filter
Posted
by Wiika
on Stack Overflow
See other posts from Stack Overflow
or by Wiika
Published on 2010-03-18T23:58:34Z
Indexed on
2010/03/19
0:01 UTC
Read the original article
Hit count: 253
Hi All, i need an equivalent or an alternative for this code in internet explorer using the filter method
background: -moz-linear-gradient(center bottom , rgb(132, 133, 132) 0%, rgb(35, 35, 35) 49%, rgb(104, 104, 104) 100%) repeat scroll 0% 0% transparent;
the most important thing in the code is the points ( 0% - 49% - 100% ) i believe that the filter method doesn't have points and doesn't accpect more than two parms for the colors ,
Is there a way to do it in filter or a javascript script for that ? Thanks.
© Stack Overflow or respective owner