Is there a -moz-linear-gradient or a -webkit-gradient type CSS for Opera and other major browsers?
Is there a -moz-linear-gradient or a -webkit-gradient type CSS for Opera and other major
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.
IE Does infact have support for gradients, Opera, however does not (as of 10.5). IE only supports gradient via the filter attribute for now, maybe in v10 this will change, but for now, you must use either the filter or -ms-filter attribute.
Example:
For more more information:
General:
Gradients in Internet Explorer 9
Firefox:
https://developer.mozilla.org/en/CSS/-moz-linear-gradient
https://developer.mozilla.org/en/CSS/-moz-radial-gradient
Webkit:
http://webkit.org/blog/175/introducing-css-gradients/
Internet Explorer:
http://msdn.microsoft.com/en-us/library/ms532997%28VS.85%29.aspx