Designed specifically for input buttons such as <input type="submit" value="Button Name">
, this round button style uses the sliding doors technique that's assembled from a single image.
Demo: Click to review the source code and demo the code in action
Demo: Click to see a video demo of the style in Mac browsers: Firefox, Safari, Chrome and Opera
This button style enables the following:
<asp:Button id="b1" Text="Submit"
runat="server" />
in your codeI think you just need to change one pseudo-class.
span.button input.form_button:hover {
background-position:left -39px;
color:#FFFFFF;
}
Should be
span.button:hover input.form_button {
background-position:left -39px;
color:#FFFFFF;
}
Edit: It's line 52 of the demo source