clear:both 后按钮错位了
点按钮后:
点击确定按钮后 2个按钮都向下移动了点, 如何改
<div style="text-align:center;float:right">
<div style="float:left; text-align:left;"><asp:Label ID="lbError" runat="server" ForeColor="Red"></asp:Label> </div>
<div style="clear:both> 按钮1 按钮2 <div>
</div>
[解决办法]
<div style="float:left; text-align:left;"><asp:Label ID="lbError" runat="server" ForeColor="Red"></asp:Label> </div>
加个高度
[解决办法]
文字的父标签的高度设死就好了