When I try to use
I had a I replaced (which worked in Chrome) with Of course padding usually is added to width in the box model - but tables always seem to have a mind of their own when it comes to absolute widths - so this will work for some cases.position: relative / position: absolute on a or in Firefox it doesn\'t seem to wo
table-cell element (which was actually a DIV not a TD) display: table-cell;
position: relative;
left: .5em
display: table-cell;
padding-left: .5em