Having trouble in ASP.NET trying to style buttons similar to Facebook Buttons, which can be found at:
I attempted to use asp:Button
with a set CssClass
, and it was effective most of the time. However, I encountered issues with buttons containing images, such as:
class="uibutton icon add"
Using: Button makes things look good, but unfortunately, I cannot establish a connection to the C# code without resorting to JavaScript.
I am hoping there is a simple solution that I might be overlooking (I have experimented with 'background' and 'background-image' in CSS with no success).