Hi,
I have this code:
<div style="height: 500px; background: #f00; display: table;">
<div style="display: table-cell;">
<div style="display: table; height: 100%;">
<div style="display: table-cell;">asd</div>
</div>
</div>
</div>
and in Opera, the div (who has height set to 100%) has a height of 19px. Why does the 100% not make it 500px in height?