I have a table and in th i have added inline css for showing dot if text is bigger.Its working fine in other browser except in IE9
Below is my code
<table class="table table-bordered table-condensed hardware-software-table">
<tbody><tr style="background-color: #8A8A8D; color: #fff;">
<th style="width: calc(100% - 10px);overflow: hidden;text-overflow: ellipsis; white-space: nowrap;">VendorName</th>
<th style="width: calc(100% - 200px);overflow: hidden;text-overflow: ellipsis; white-space: nowrap;">Account No</th>
</tr>
<tr>
<td>1</td>
<td>2</td>
</tbody></table>
Please see the screenshot too