css 层加透明度后文字依然清晰

background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; /*实现FF背景透明,文字不透明*/
filter: Alpha(opacity=80);
background: #0a0a0a; /*实现IE背景透明*/
原文地址:https://www.cnblogs.com/lunawzh/p/7237097.html