码迷,mamicode.com
首页 > Web开发 > 详细

css实现背景透明文字不透明

时间:2014-11-25 23:04:24      阅读:150      评论: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文字不透明*/

css实现背景透明文字不透明

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

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

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