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

CSS简写

时间:2014-10-10 15:03:14      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   strong   sp   on   ef   size   

border:1px solid red;

background:red url("img/1.gif") no-repeat fixed center;

顺序依次是:

background-color:背景颜色

background-image:背景图片

backgroud-repeat:背景重复(页面上对背景图像进行平铺) repeat-x, repeat-y

background-attachment: 背景关联:(默认文档滚动,图片也滚动)设置fix防止滚动。(fixed, scroll)

background-position:背景定位:

方式一:两个关键字,如top, left 如果省了一个,第二个默认为center.

方式二:百分百或者像素,表示水平方向(从左到右)、垂直方向(从上到下) (left, top)

CSS简写

标签:style   color   io   os   strong   sp   on   ef   size   

原文地址:http://www.cnblogs.com/hemi/p/4015460.html

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