z-index spec没有特别提及position: fixed
,但是this fiddle在Chrome 24上对元素的顺序不同。设置position: fixed
是否为子元素创建新的stacking context?
最佳答案
根据this post,Chrome 22+模仿移动WebKit的行为,并为固定位置元素创建新的堆叠上下文。
至少有17个版本的Firefox遵循该规范,并且不会创建新的上下文。
关于css - position:fixed是否为z索引创建新的堆叠上下文?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/14491859/