【发布时间】:2016-04-20 01:17:32
【问题描述】:
我正在尝试让按钮周围的填充绝对为 0。
我试过了
padding:0px;
但正如您从图像中看到的那样,按钮的顶部和底部仍然有空间(蓝线是边框)。有什么建议吗?
编辑:按钮代码:
<asp:Button ID="WPDErrorBtn" Style="font-family:'Century Gothic'; font-size:65px; background:none; padding:0px; margin:0px; border:none; " runat="server" OnClick="WPDErrorBtn_Click" OnClientClick="showLoading();" />
【问题讨论】:
标签: html asp.net button padding