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
Post a Comment