I have an Asp.Net button and I am applying flick theme to my buttons and it's applying to it but on mouse hovering it doesn't change the colour.
Here is what I am doing?May be I am wrong Can anyone guide me through this as I am able to work with normal html button by using
<button>Click Me!</button>
This is how I am working with Asp.net button:
<asp:Button ID="Button1" runat="server" Text="Click Me!" CssClass="ui-button ui-state-default"/>
input type="submit"orinput type="button", only the semanticbuttonelement. If you only want to apply the styles, you can refer to an ASP.NET element by using the 'ends-in' selector:$('input[id$="Button1"]')