百分百源码网-让建站变得如此简单! 登录 注册 签到领金币!

主页 | 如何升级VIP | TAG标签

当前位置: 主页>网站教程>CSS教程> 清除DIV浮动-使用:after
分享文章到:

清除DIV浮动-使用:after

发布时间:01/15 来源: 浏览: 关键词:
特点:不需要另外加个清除DIV.
:after(伪对象)--设置在对象后发生的内容,通常和content配合使用,IE不支持此伪对象,非Ie 浏览器支持,所以并不影响到IE/WIN浏览器。
CSS.wrapfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
设display:block;应用到:after 元素,因为display的默认值是"inline", 不能收到clear的特性,同时将清除容器的高度设为零,height:0;,可见度为隐藏.这是没有清除过浮动的.非Ie 浏览器看不到wrap的背景和边框.
运行代码框
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>清除浮动--使用:after--Clearing</title>
<style type="text/css">
<!--
*{
padding: 0;
margin: 0;
}

body{
font: 85%/140% Arial, Helvetica, sans-serif;
padding: 10px 0;
text-align: center;
}

.wrap {
border: 1px solid #999999;
margin: 0 auto;
width: 762px;
width: 760px;
background: #ECECEC;
text-align: left;
}

.wrapfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#sidel{
float: left;
width: 160px;
}

#sider{
float: right;
width: 600px;
background: #F9F9F9;
}

p,pre,em{
padding: 10px;
}
-->
</style>
</head>
<body>
<div class="wrap">
<div id="sider">
<p>清除浮动--使用:after </p>
<em>这是没有清除过浮动的.非Ie
浏览器看不到wrap的背景和边框.</em>
<p> 特点:不需要另外加个清除DIV.</p>
<p>:after(伪对象)--设置在对象后发生的内容,通常和content配合使用,IE不支持此伪对象,非Ie
第 1 2 3 页
打赏

打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

百分百源码网 建议打赏1~10元,土豪随意,感谢您的阅读!

共有10人阅读,期待你的评论!发表评论
昵称: 网址: 验证码: 点击我更换图片
最新评论

本文标签

广告赞助

能出一分力是一分吧!

订阅获得更多模板

本文标签

广告赞助

订阅获得更多模板