I want different CSS for different browser.
For ex:-
i want the width to be 25.5%
in chrome and 24.4%
in IE. so what should I do
here is my html:-
<tr>
<td id="flattdhist" runat="server" class="label" style="width: 25.5%; font-size: 120%;
font-family: Courier New; float:left;">
Flat status history
</td>
</tr>
Currently it is working fine for CHROME
, but inIE
its slightly getting disturbed. What should I do