Upon investigation, I have come across a unique layout issue that seems to only affect Firefox.
It appears that elements with display:table-cell;
do not act as the positional parent for descendants with position:absolute;
.
It is surprising to discover that Firefox struggles with absolutely positioning a small icon creature in the corner of a table-cell element compared to other browsers.
Check out this jsFiddle demonstration for more insight.
Expected Outcome (Chrome):
Actual Outcome in Firefox:
Surprisingly, even IE8 shows the expected result.
What workaround do you prefer?