【发布时间】:2015-05-15 07:09:58
【问题描述】:
谁知道
position: -ms-page
有吗?
到目前为止,我还没有找到任何关于它的文档,但它以某种方式解决了我在添加相对位置时遇到的 IE 特定 z-index 问题。即
position: relative;
position: -ms-page;
通过循环浏览 IE11 开发工具中的可能位置找到它。
【问题讨论】:
标签: css internet-explorer internet-explorer-11