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

CSS——background

时间:2017-11-02 17:00:43      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:属性   fixed   ott   bsp   bottom   url   class   position   常用   

背景经常用到以下属性:

background-color: aliceblue;
background-image: url(‘2017102601.png‘);
background-position: center bottom;
/*background-attachment: scroll;*/
background-attachment:fixed;
background-repeat: no-repeat;

特别注意:

1、background-position如果只写一个值,那么第二值默认是center

2、background-attachment的值是scroll的时,它是相对盒子进行定位的。如果是fixed的话,它是相对于浏览器进行定位。

属性的连写:

background: red url(‘2017102601.png‘) no-repeat bottom center scroll;

 

CSS——background

标签:属性   fixed   ott   bsp   bottom   url   class   position   常用   

原文地址:http://www.cnblogs.com/wuqiuxue/p/7772858.html

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