javascript - Horizontal moving of datalist items should stop on mouse hover -


all items bound datalist sql server without problem, these items should scroll horizontally , should stop on mouse hover.

here's code:

<div style="width:500px;height:200px;">     <asp:datalist id="itemsdatalist" runat="server">         <itemtemplate>             <asp:hyperlink id="itemhyperlink" runat="server" navigateurl="~/webform1.aspx">                 <div>                     <asp:image id="itemimage" runat="server" />                 </div>             </asp:hyperlink>         </itemtemplate>     </asp:datalist> <div> 


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -