I cannot figure out this positioning problem in Firefox. It doesn\'t seem to follow the absolute positioning rule. Is there something I\'m doing that shouldn\'t be done, but
The problem comes from how FF renders tables. If you set your TDs to display:inline-block; it should display correctly.
display:inline-block;