CSS实现背景透明,文字不透明(各浏览器兼容)_html/css_WEB-ITnose
程序员文章站
2022-05-25 15:30:08
...
/*CSS*/
.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.con{ text-align:left; width:500px; height:400px; margin:0px auto; padding:100px 50px;
background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明,文字不透明*/
filter:Alpha(opacity=80); background:#fff;/*实现IE背景透明*/}
.con p{ position:relative;}/*实现IE文字不透明*/
.waps{ background:url(07158.bmp) no-repeat top center fixed; width:1004px; text-align:center; line-height:28px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.con{ text-align:left; width:500px; height:400px; margin:0px auto; padding:100px 50px;
background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0 !important;/*实现FF背景透明,文字不透明*/
filter:Alpha(opacity=80); background:#fff;/*实现IE背景透明*/}
.con p{ position:relative;}/*实现IE文字不透明*/
/*HTML代码*/
CSS实现背景透明,文字不透明(各浏览器兼容)CSS实现背景透明
上一篇: 3 个最佳调试“工具”
推荐阅读
-
CSS实现背景透明,文字不透明(兼容各浏览器)_html/css_WEB-ITnose
-
CSS实现背景透明,文字不透明(各浏览器兼容)_html/css_WEB-ITnose
-
CSS实现背景透明,文字不透明,兼容所有浏览器_html/css_WEB-ITnose
-
【原】CSS实现背景透明,文字不透明,兼容所有浏览器_html/css_WEB-ITnose
-
css实现的文字位于图片之上且背景半透明_html/css_WEB-ITnose
-
css实现的文字位于图片之上且背景半透明_html/css_WEB-ITnose
-
CSS实现背景透明,文字不透明,兼容所有浏览器_html/css_WEB-ITnose
-
解决css设置背景透明,文字不透明_html/css_WEB-ITnose
-
【原】CSS实现背景透明,文字不透明,兼容所有浏览器_html/css_WEB-ITnose
-
解决css设置背景透明,文字不透明_html/css_WEB-ITnose