Knows someone a solution for setting a CSS gradient on a pseudo element in IE9?
This is my approach:
http://jsbin.com/iquhut/edit#html,live
It seems like filter does not apply on pseudo elements or I missed something out?
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.
The almost same effect is possible with a simple box-shadow by setting a negative spread-radius.
Example: ( http://jsbin.com/ekehoz/edit#html,live )