摘自别人的劳动成果~~~很不错的东西语法: background-position : length || length background-position : position
语法: position : static | absolute | fixed | relative 取值: static :? 默认值。无特殊定位,对象遵循HTML定位规则 a
语法: top : auto | length 取值: auto :? 默认值。无特殊定位,根据HTML定位规则在文档流中分配 length :? 由浮点数字和单位标识符组成的长度
语法: right : auto | length 取值: auto :? 默认值。无特殊定位,根据HTML定位规则在文档流中分配 length :? 由浮点数字和单位标识符组成的
语法: left : auto | length 取值: auto :? 默认值。无特殊定位,根据HTML定位规则在文档流中分配 length :? 由浮点数字和单位标识符组成的长
1. position:static|无定位 position:static是所有元素定位的默认值, 一般不用注明,除非有需要取消继承的别的定位 example: #div-1 { posi
1. position:static|无定位 position:static是所有元素定位的默认值, 一般不用注明,除非有需要取消继承的别的定位 example: 以下是引用片段:> #
1. position:static|无定位 position:static是所有元素定位的默认值, 一般不用注明,除非有需要取消继承的别的定位 example:
使用CSS可以固定背景,格式如下: 标签名{background-attachment:参数} 参数: fixed:页面滚动时,背景固定; scroll:页面滚动时,背景滚动。 实例: &
语法: background-position-x : length | left | center | right 取值: length :? 百分数 | 由浮点数字和单位标识符组成的长度值。请