日期:2014-05-17  浏览次数:20414 次

checkbox 太宽了,怎么办?


checkbox太宽了,不换成input类型的情况下,如何更改?

HTML code
<td nowrap="nowrap"><asp:CheckBox ID="CheckBoxHead" runat="server" Checked="false" AutoPostBack="True" OnCheckedChanged="HeaderCheckedChanged"/></td>


------解决方案--------------------
C# code
<asp:CheckBox ID="CheckBoxHead" runat="server" Checked="false" Width="100px" AutoPostBack="True" OnCheckedChanged="HeaderCheckedChanged"/>

------解决方案--------------------
CSS 来控制 页面的样式