imagebutton alternative text doesn't appear in chrome
        Posted  
        
            by 
                salamonti
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by salamonti
        
        
        
        Published on 2012-07-11T02:19:08Z
        Indexed on 
            2012/07/11
            3:16 UTC
        
        
        Read the original article
        Hit count: 304
        
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 ?
© Stack Overflow or respective owner