I'm attempting to insert a progress bar inside a td element within my table. Below is the code:
<td style="width: 150px;">
<div style="height: 16px; max-height: 16px; overflow: hidden; border: 1px solid #80C622;">
<div style="height: 16px; width: 10%; background-color: #bbea7d;"></div>
<div style="margin-top: -16px; text-align: center;">
1470/14166
</div>
</div>
</td>
Chrome, Firefox, Safari and (!) IE all show it correctly, but in Opera, there is extra space above extending the row.
Here is the expected appearance:
This is how it appears in Opera:
Any suggestions on how to resolve this issue?
Update: Using Opera 10.53.