[quote]Z-index只能工作在被明确定义了absolute,fixed或relative 这三个定位属性的元素中
IE6中的<select>总是出现在层叠顺序的顶部而不会顾及到自然层叠顺序、position属性或者是Z-index
一个解决办法是使用JavaScript临时隐藏<select>元素,其他的办法会涉及到使用<iframe>
其他需要注意的问题
避免使用负值,Firefox下有bug
IE6/IE7中被定位了的父容器
[url]http://www.blueidea.com/tech/web/2009/7060.asp[/url][/quote]
[quote]position : static(默认值,无特殊定位) | absolute | fixed(未支持) | relative [/quote]
[quote]font属性{font:italic bold 12px/150% "Lucida Grande", Verdana;}
分别是:font-style font-weight font-size line-height font-family
color需单独定义[/quote]
IE6中的<select>总是出现在层叠顺序的顶部而不会顾及到自然层叠顺序、position属性或者是Z-index
一个解决办法是使用JavaScript临时隐藏<select>元素,其他的办法会涉及到使用<iframe>
其他需要注意的问题
避免使用负值,Firefox下有bug
IE6/IE7中被定位了的父容器
[url]http://www.blueidea.com/tech/web/2009/7060.asp[/url][/quote]
[quote]position : static(默认值,无特殊定位) | absolute | fixed(未支持) | relative [/quote]
[quote]font属性{font:italic bold 12px/150% "Lucida Grande", Verdana;}
分别是:font-style font-weight font-size line-height font-family
color需单独定义[/quote]