css3 cross browser opacity

旧城冷巷雨未停 提交于 2019-11-30 02:53:39

问题


I cannot find a way to apply css cross borwser opacity! What is good in IE7, don't go in IE8! and viceversa... thank you d


回答1:


opacity: 0.5;
filter:alpha(opacity=50);

try this




回答2:


Here is a tutorial that makes it work in MSIE browsers, if you follow it correctly.

http://www.quirksmode.org/css/opacity.html



来源:https://stackoverflow.com/questions/4386714/css3-cross-browser-opacity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!