首页 > Web开发 > 详细

background-attachment css3属性

时间:2017-12-19 17:03:46      阅读:208      评论:0      收藏:0      [点我收藏+]
<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属性

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!