The effect of 'position:relative' on table-row-group, table-header-group, table-footer-group, table-row, table-column-group, table-column, table-cell, and table-caption elements is undefined.
Source: http://www.w3.org/TR/CSS21/visuren.html#propdef-position
Is there any idea to position relative to which I have set display property to table-cell using :before or :after selector?
.someclass{display: table-cell; position: relative; z-index: auto;}
/*this won't work*/