'position:relative' 对 table-row-group、table-header-group、table-footer-group、table-row、table-column-group、table-column、table-cell 和 table-caption 元素的影响未定义。
来源:http ://www.w3.org/TR/CSS21/visuren.html#propdef-position
有没有什么想法可以相对于我使用 :before 或 :after 选择器将显示属性设置为表格单元格的位置?
.someclass{display: table-cell; position: relative; z-index: auto;}
/*this won't work*/