I’m having difficulty reducing the button width within a div, especially on IE8 and newer versions. Any suggestions on how to fix this issue would be greatly appreciated.
<html>
<body>
<table>
<tr>
<td>
<div>
<button title="increase" id="incrBtnvoltageThresholdTol" style="background: rgb(175, 205, 251); top: 1px; width: 22px; height: 13px; font-size: 9px; position: relative;" type="button"><b>^</b></button>
</div>
<div>
<button title="decrease" id="decrBtnvoltageThresholdTol" style="background: rgb(175, 205, 251); width: 22px; height: 13px; bottom: 4px; font-size: 6px; position: relative;" type="button"><b>V</b></button>
</div>
</td>
</tr>
</table>
</body>
</html>