clear:both 后按钮错位了
本帖最后由 w87875251l 于 2012-12-11 13:03:07 编辑
点按钮前
点按钮后:
点击确定按钮后 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>
加个高度
------解决方案--------------------文字的父标签的高度设死就好了