码迷,mamicode.com
首页 > 其他好文 > 详细

实现文字背景不透明

时间:2014-11-26 20:38:41      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:io   color   os   sp   on   div   bs   html   ad   

 

<!DOCTYPE html>

<html>

    <head>

       <div><p>不透明</p></div>

  </head>

    </body>

</html>

div{

background:rgba(0,0,0,0.2) none repeat scroll !important; /*实现FF背景透明,文字不透明*/

background:#000; filter:Alpha(opacity=20);/*实现IE背景透明*/

width:500px;

height:500px;

color:#F30;

font-size:32px;

font-weight:bold;}

 div p{ position:relative; }/*实现IE文字不透明*/

实现文字背景不透明

标签:io   color   os   sp   on   div   bs   html   ad   

原文地址:http://www.cnblogs.com/QingFlye/p/4124754.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!