From my understanding, IE9 does not support gradients? So why does PIE CSS Gradients not work in IE9?
From my understanding, IE9 does not support gradients? So why does PIE CSS Gradients
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Support for linear-gradient in IE9 in CSS3 PIE is currently under development. You can get a development build with initial support at http://css3pie.com/forum/viewtopic.php?f=4&t=933 — testing and feedback are appreciated.
This IE9 support has lagged behind because, since IE9 supports most of the CSS3 features natively, the VML approach used in IE6-8 is not suitable and has had to be rewritten using SVG. It’s a similar story for border-image support which is also under current development.