I am having a problem in ASP.NET to style buttons like the Facebook Buttons, found here: http://nicolasgallagher.com/lab/css3-facebook-buttons/
I tried using asp:Button with CssClass set, which works most of the time, except for the buttons that contain images, for example:
class="uibutton icon add"
If i use: Button then things look fine, however I can't connect to the C# code without using JavaScript to do the work.
I'm hoping there is something simple I am missing (I have tried using 'background' and 'background image' in CSS with no luck.