项目经验:clear清除浮动样式

当属性设置float(浮动)时,其所在的物理位置已经脱离文档流了,但是大多时候我们希望文档流能识别float(浮动),或者是希望float(浮动)后面的元素不被float(浮动)所影响,这个时候我们就需要用clear:both;来清除。

注意一点:必须在浮动元素所在标签闭合之前及时进行“清除”。

程序代码

 css:

.clear
{
 clear: both;
}

HTML代码:

<div id="bianjieshezhiquyu" style="width:1400px">
	<!-- ------------入流数据表table1------------- -->
	<div id="table1" class="dv-table1-content" >
		<div >
			<input type="text" style="width:99%; padding:0px; margin:0px"/>
		</div>
		<div style="text-align:right;">
			<button style="height:20px;"  id="calculate1" οnclick="calculate();" class="button white medium">导入入流数据</button>
		</div>
		<table  width="200px" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
			<tr class='headcolor' >
				<td >时间</td>
				<td >流量(m³/s)</td>
			</tr>
		</table>
	</div>
	<!------------出流数据表table2------------->
	<div id="table2" class="dv-table2-content">
		<div >
			<input type="text" style="width:99%; padding:0px; margin:0px"/>
		</div>
		<div style="text-align:right;">
			<button style="height:20px;"  id="calculate2" οnclick="calculate();" class="button white medium">导入出流数据</button>
		</div>
		<table  width="200px" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
			<tr class='headcolor' >
				<td >时间</td>
				<td >流量(m³/s)</td>
			</tr>
		</table>
	</div>
	<!------------污染源数据表table3------------->
	<div id="table3" class="dv-table3-content" style="overflow-x:auto">
		<div  style="width:200px;">
			<input type="text" style="width:99%; padding:0px; margin:0px"/>
		</div>
		<div style="text-align:center;width:200px;">
			<button style="height:20px;"  id="calculate3" οnclick="calculate();" class="button white medium">导入污染源数据</button>
		</div>
		<table  width="100%" border="1" cellspacing="0" cellpadding="0" class="altrowstable" style="margin:0px auto;">
			<tr id="trheader" class='headcolor'  >
				<td >时间</td>
			</tr>
		</table>
	</div>
	<!------------需要在浮动元素所在标签闭合之前及时进行“清除”。------------->
	<div class="clear"></div>
</div>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值