I want to make a border with opacity ( transparent border ) to an input but i would like that works also in IE7+
thanks
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.
In order to have opacity on a boarder, you need to use the RGBA color scheme, otherwise the entire element takes on the opacity setting.
IE7 does not support the RGBA color scheme, neither does IE8. You’ll have to make the border solid for these browsers, or try using CSS3PIE to generate a polyfill.
See: http://caniuse.com/#feat=css-opacity