FF和IE内容不透明,字体透明。

网上摘录,备忘。

2  div{background:rgba(0,0,0,0.2) none repeat scroll !important; /*实现FF背景透明,文字不透明*/
3 background:#000; filter:Alpha(opacity=20);/*实现IE背景透明*/ 
4  width:500px; height:500px; color:#F30; font-size:32px; font-weight:bold;}
5  div p{ position:relative;}/*实现IE文字不透明*/

 

posted @ 2014-02-19 00:33  还好我是程序员  阅读(145)  评论(0编辑  收藏  举报