imagebutton alternative text doesn't appear in chrome
- by salamonti
image button alternative text doesn't appear in chrome browser this is html button code
<div class="bookoffer">
<table class="headertable" style="padding-bottom: 0px; height: 100%;">
<tr>
<td class="bookbt">
<asp:ImageButton AlternateText="Book" CssClass="bookstyle" ID="ImageButton1" runat="server" CommandArgument='<%# Eval("OfferID") %>' OnCommand="ImageButton1_Command" />
</td>
</tr>
</table>
</div>
why alternative text doesn't appear ?