问题
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