<span class="item bar-#key#"><em>></em><a>&nbsp;</a></span>

文章 网页制作类 文章列表

所属分类: 网页制作类 (104 篇文章)
  • 语法:top : auto | length 取值:auto : 默认值。无特殊定位,根据HTML定位规则在文档流中分配 length : 由浮点数字和单位标识符组成的长度值 | 百分数。必须定义 position 属性值为 absolute 或者 relativ.. 2003-12-20
  • 语法:z-index : auto | number 取值:auto : 默认值。遵从其父对象的定位 number : 无单位的整数值。可为负数 说明:检索或设置对象的层叠顺序。较大 number 值的对象会覆盖在较小 number 值的对象之上。如.. 2003-12-20
  • 语法:position : static | absolute | fixed | relative 取值:static : 默认值。无特殊定位,对象遵循HTML定位规则 absolute : 将对象从文档流中拖出,使用 left , right , top , bottom 等属性相对于其.. 2003-12-20
  • 语法:layer-background-image : none | url ( url ) 取值:none : 默认值。无背景图 url ( url ) : 使用绝对或相对 url 地址指定背景图像 说明:设置或检索对象整个区域的背景图像。 示例:code { position.. 2003-12-20
  • 语法:layer-background-color : transparent | color 取值:transparent : 默认值。背景色透明 color : 指定颜色。请参阅 颜色单位 和 附录:颜色表 说明:设置或检索对象整个区域的背景颜色。 示例:div .. 2003-12-20
  • 语法:background-repeat : repeat | no-repeat | repeat-x | repeat-y 取值:repeat : 默认值。背景图像在纵向和横向上平铺 no-repeat : 背景图像不平铺 repeat-x : 背景图像仅在横向上平铺 repeat-y :.. 2003-12-20
  • 语法:background-position-y : length | top | center | bottom 取值:length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅 长度单位 top : 居顶 center : 居中 bottom : 居底 说明:设置.. 2003-12-20
  • 语法: background-position-x : length | left | center | right 取值: length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅 长度单位 left : 居左 center : 居中 right : 居右 说明:设置或.. 2003-12-20
  • 语法:background-position : length || length background-position : position || position 取值:length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅 长度单位 position : top | center | b.. 2003-12-20
  • 语法:background-image : none | url ( url ) 取值:none : 默认值。无背景图 url ( url ) : 使用绝对或相对 url 地址指定背景图像 说明:设置或检索对象的背景图像。当背景图像与背景颜色( background-col.. 2003-12-20