My problem is simply, a have table with labels and image link. Why, in IE11, labels height is not 100%? In Chrome and FF is work.
<table>
<tr>
<td><a id="a2">sad</a></td>
<td>
<label>asdasdasd</label>
</td>
</tr>
<tr>
<td><a id="a2">sad</a></td>
<td>
<label>asdad</label>
</td>
</tr>
</table>
https://jsfiddle.net/newxfcfw/
Element <a>
it has a different height in each row, 50px is only example.