css3 - CSS - how to put a opacity border to an input? -


i want make border opacity ( transparent border ) input works in ie7+

thanks

in order have opacity on boarder, need use rgba color scheme, otherwise entire element takes on opacity setting.

border-color:rgba(255,0,0,.1) 

ie7 not support rgba color scheme, neither ie8. you'll have make border solid these browsers, or try using css3pie generate polyfill.

see: http://caniuse.com/#feat=css-opacity


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -