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

background-attachment css3属性

时间:2017-12-19 19:55:38      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:box   dex   ima   margin   text   big   attach   att   css   

<style type="text/css">
    body{
        margin: 0;
    }
    .zhan{
        width: 100%;
        height: 500px;
        background: pink;
     }
     .bigbg{
        background: url(https://image.metinfo.cn//templates/metinfo2016/min/img/index/logowall.jpg);
        height: 500px;
        background-attachment: fixed;
     }
</style>
<div id="box">
    <div class="zhan"></div>
    <div class="bigbg"></div>
    <div class="zhan"></div>
</div>

 

background-attachment css3属性

标签:box   dex   ima   margin   text   big   attach   att   css   

原文地址:http://www.cnblogs.com/xianxianxxx/p/8066133.html

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