跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·z-index

您的位置:首页>>教程>>CSS2.0中文手册>>z-index

z-index

版本:CSS2  兼容性:IE4+ NS6+ 继承性:无

语法:

参数:

  1. auto :  遵从其父对象的定位
  2. number :  无单位的整数值。可为负数

说明:

示例:

div { position:absolute; z-index:3; width:6px; }