css 背景background属性的简写我看不懂意思?_百度知道
最佳答案: 背景的总简写规则: background:transparent none repeat scroll 0% 0% 第一个是:0 32px 距左:0px 距上:32px 第二个:right -132px right 右对齐...更多关于background简写问题的问题>>
CSS的background简写方式 - 简书
2015年12月1日 - 在CSS2.1里,background属性的简写方式包含五种属性值,从CSS3开始,又增加了3个新的属性值,加起来一共8个。CSS2.1background-color使用的背景颜色。back...
css background属性的简单问题_百度知道
问题描述: fixed后面的百分号和0分别代表什么属性?最佳答案: 这是background的简写形式,等价于下面的写法: background-image:url(../img/stars-1.png);background-repeat:repeat-x;background-attachment:fixed;...更多关于background简写问题的问题>>