简体   繁体   中英

Property progid doesn't exist : DXImageTransform

This is CSS Code and CSS Validator saying Property progid doesn't exist : DXImageTransform and also

Parse Error DXImageTransform.Microsoft.gradient( startColorstr='#2a65a9', endColorstr='#0c407d',GradientType=0 );    
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a65a9', endColorstr='#0c407d',GradientType=0 );

Filter property only used for IE and to validate this code put it in "IE conditional comments" example below.

<!--[if IE]>
According to the conditional comment this is IE<br />
<![endif]-->

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM