这是Code和CSS,表示属性progid不存在:DXImageTransform和
Parse Error DXImageTransform.Microsoft.gradient( startColorstr='#2a65a9', endColorstr='#0c407d',GradientType=0 );
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a65a9', endColorstr='#0c407d',GradientType=0 );发布于 2014-05-14 12:40:25
Filter属性仅用于IE,为了验证此代码,将其放在下面的"IE条件注释“示例中。
<!--[if IE]>
According to the conditional comment this is IE<br />
<![endif]-->https://stackoverflow.com/questions/23654821
复制相似问题