Forum Bugs

Relative positioning different from browsers

jaggz
Dear Prince,
I noticed, when using elements set to table-cell, that a position: relative; top: -value; will offset the content, but not the element itself, whereas the element itself is offset in FF and Chrome (which is done according to spec I believe, but I've not looked into that).
Jaggz
mikeday
We recommend avoiding relative and absolute positioning of table cells for the time being.

(The CSS specification also includes an explicit sentence that behaviour for position: relative on table-related elements is undefined).
mikeday
The latest build now includes a fix for this problem.