table-cell-width-calculation-abspos-ref.html (300B)
1 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 2 <style> 3 table { 4 font-size: 10px; 5 font-family: Ahem; 6 } 7 img { 8 vertical-align: bottom; 9 width: 10px; 10 height: 10px; 11 background: black; 12 } 13 </style> 14 <table> 15 <tr> 16 <td id="td">1234567<img id="img" src=""></td> 17 </tr> 18 </table>