Re: How to change upload button to moving gif file?

  •  05-12-2007, 3:53 AM

    Re: How to change upload button to moving gif file?

    It works!
     
    I added some code like below.
     
    1. insert style
    .cursorOn{
       cursor: pointer;
    }
     
    2. <asp:Image runat="server" ID="Uploader3Insert" Width="53" Height="20" ImageUrl="../Images/upload.gif" CssClass="cursorOn" />
     
    Thanks.
View Complete Thread