table-row-group、table-header-group、table-footer-group、table-row、table-column-group、table-column、table-cell、および table-caption 要素に対する「position:relative」の効果未定義です。
ソース: http://www.w3.org/TR/CSS21/visuren.html#propdef-position
:before または :after セレクターを使用して、表示プロパティを table-cell に設定した相対的な位置付けのアイデアはありますか?
.someclass{display: table-cell; position: relative; z-index: auto;}
/*this won't work*/