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

背景色为半透明的例子

时间:2014-05-08 22:44:30      阅读:821      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   class   code   java   

bubuko.com,布布扣效果图

 

 

bubuko.com,布布扣
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>rgba</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="" rel="stylesheet">
</head>
<style type="text/css">
    .content{
        height:300px;
        width: 600px;
        margin-top:-290px;
        margin-right: auto;
        margin-left: auto;
        background-color: #FFF0F5;
        z-index: 1;/*z值越大,越在上面*/


    }
    .border{
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        width: 620px;
        margin-top: 60px;
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);/*关键代码,透明度*/
        z-index: 0;/*0为最下面的这一层,显示最下面*/
    }
    body{
        background-color: #EDEDED3;
    }
</style>
<body>3
     <!--透明边框 -->
    <div class="border"></div>
    <!-- 主要内容 -->
    <div class="content"></div>
</body>
</html>
bubuko.com,布布扣

 

背景色为半透明的例子,布布扣,bubuko.com

背景色为半透明的例子

标签:des   style   blog   class   code   java   

原文地址:http://www.cnblogs.com/qiangmin/p/3716756.html

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