I've discovered an interesting layout issue seemingly present only in Firefox.
Elements with display:table-cell;
fail to serve as the positional parent for descendants with position:absolute;
.
That is, I've been surprised to learn that Firefox has issues absolutely positioning a little icon critter into the corner of a table-cell'd element like the other browsers.
Desired Result (Chrome):
Firefox Result:
Interestingly, even IE8 produces the desired result.
What's your favorite workaround?