我在 ASP.NET 中对 Facebook 按钮等按钮进行样式设置时遇到问题,可在此处找到:http: //nicolasgallagher.com/lab/css3-facebook-buttons/
我尝试使用asp:Button
with CssClass
set,它在大多数情况下都有效,但包含图像的按钮除外,例如:
class="uibutton icon add"
如果我使用: Button 那么一切看起来都很好,但是如果不使用 JavaScript 来完成工作,我就无法连接到 C# 代码。
我希望我缺少一些简单的东西(我尝试在 CSS 中使用“背景”和“背景图像”但没有运气。