Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: How to change upload button to moving gif file?
Re: How to change upload button to moving gif file?
05-12-2007, 3:53 AM
coverboy
Joined on 11-14-2005
Posts 33
Re: How to change upload button to moving gif file?
Reply
Quote
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