源码网,源码论坛,源码之家,商业源码,游戏源码下载,discuz插件,棋牌源码下载,精品源码论坛

 找回密码
 立即注册
查看: 715|回复: 33

[CSS/HTML] css别忘记清除浮动clear:both

[复制链接]

7万

主题

861

回帖

32万

积分

论坛元老

Rank: 8Rank: 8

积分
329525
发表于 2008-3-30 12:44:34 | 显示全部楼层 |阅读模式
总结下清除浮动的一般解决方案,做网页时要注意 用空标签清除
.clr {clear: both;}

<div id="layout">
    <div id="left">Left</div>
    <div id="right">Right</div>
    <p class="clr"></p>
</div>
使用 overflow 属性
#layout {overflow:auto; zoom:1;}

<div id="layout">
    <div id="left">Left</div>
    <div id="right">Right</div>
</div>
使用 :after (非 IE 浏览器)
#layout:after{
    display: block;
    clear: both; content: "";
    visibility:hidden; height: 0;
}

<div id="layout">
    <div id="left">Left</div>
    <div id="right">Right</div>
</div>注:使用 :after 需要注意几点,设置高度为零(height: 0;);content 是必须的,但其值可以为空
回复

使用道具 举报

3

主题

1万

回帖

156

积分

注册会员

Rank: 2

积分
156
发表于 2022-8-17 06:11:57 | 显示全部楼层
好东西一定要看看!
回复 支持 反对

使用道具 举报

匿名  发表于 2022-8-17 06:58:47

ng slot

slot hopper youtube
<a href="https://slotsonfreegames.com/">brian christopher newest slot videos</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 06:59:20

free slot play with no download registration

simslots free slots
<a href="https://slotsonfreegames.com/">slot lizards slot videos</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 06:59:52

liberty slots

online slot machines
<a href="https://slotsonfreegames.com/">vasino x free online slot</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 07:00:22

slot freebies.

УОН 46.161.11.x ·±нУЪ 2022-8-17 06:58
slot hopper youtube
brian christopher newest slot videos

vegas slots online
<a href="https://slotsonfreegames.com/">slot machine games</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 07:01:03

winning slots facebook

slot machine games free
<a href="https://slotsonfreegames.com/">luckyland slots</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 07:01:41

free slots no registration or downloading

УОН 46.161.11.x ·±нУЪ 2022-8-17 06:59
simslots free slots
slot lizards slot videos

inferno slot
<a href="https://slotsonfreegames.com/">myvegas slots on facebook</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 07:02:13

caesars slot

УОН 46.161.11.x ·±нУЪ 2022-8-17 07:01
slot machine games free
luckyland slots

slots of vegas
<a href="https://slotsonfreegames.com/">free online slots</a>
回复 支持 反对

使用道具

匿名  发表于 2022-8-17 07:02:47

best slot machines to play

УОН 46.161.11.x ·±нУЪ 2022-8-17 06:59
simslots free slots
slot lizards slot videos

slots lounge
<a href="https://slotsonfreegames.com/">mustard slot</a>
回复 支持 反对

使用道具

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

手机版|小黑屋|网站地图|源码论坛 ( 海外版 )

GMT+8, 2024-9-20 10:45 , Processed in 0.069696 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表