CSS浮动float属性用法详解

你对CSS浮动float属性的使用是否了解,这里和大家分享一下,我们常常通过对div元素应用float浮动来进行布局,不但对整个版式进行规划,也可以对一些基本元素如导航等进行排列。

DIV CSS布局:CSS浮动float属性详解

在传统的表格布局中,我们对表格应该对齐方式对实现了对布局的应用,而应用Web标准构建网页以后,float浮动属性是布局中非常重要的属性,我们常常通过对div元素应用float浮动来进行布局,不但对整个版式进行规划,也可以对一些基本元素如导航等进行排列。

float属性基本释义:

  该属性的值指出了对象是否及如何浮动。当该属性不等于none引起对象浮动时,对象将被视作块对象(block-level),即display属性等于block。也就是说,浮动对象的display特性将被忽略。

float属性的参数:

  none:对象不浮动

  left:对象浮在左边

  right:对象浮在右边

  下面我们通过一些测试来了解可能出现的一些情况,如果float取值为none则不会发生任何浮动,块元素独占一行,紧随其后的块元素将在新行中显示,如下图:

 我们看下面的运行效果:

SourceCodetoRun

 
 
 
 
  1. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  2.  
  3.  
  4. content="text/html;charset=gb2312"/> 
  5. 52CSS title> </li> <li><styletypestyletype="text/css"> </li> <li>#content_a{width:200px;height:80px;border:1pxsolid#000;</li> <li>margin:10px;background:#ccc;}  </li> <li>#content_b{width:200px;height:80px;border:1pxsolid#000;</li> <li>margin:10px;background:#999;}  </li> <li> style> </li> <li> head> </li> <li><body> </li> <li><dividdivid="content_a">52CSS.com这是第一个DIV div> </li> <li><dividdivid="content_b">52CSS.com这是第二个DIV div> </li> <li> body> </li> <li> html> </li> <li> </li> </ol></pre><p>[可先修改部分代码再运行查看效果]#p#</p><p>我们对content_a应用向左的浮动。而content_b不应用任何浮动。</p><p>SourceCodetoRun</p><pre> <ol> <li></li> <li>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> </li> <li><htmlxmlnshtmlxmlns="http://www.w3.org/1999/xhtml"> </li> <li><head> </li> <li><metahttp-equivmetahttp-equiv="Content-Type"content="text/html;</li> <li>charset=gb2312"/> </li> <li><title>52CSS title> </li> <li><styletypestyletype="text/css"> </li> <li>#content_a{width:200px;height:80px;float:left;border:1pxsolid#000;</li> <li>margin:10px;background:#ccc;}  </li> <li>#content_b{width:200px;height:80px;border:1pxsolid#000;margin:10px;</li> <li>background:#999;}  </li> <li> style> </li> <li> head> </li> <li><body> </li> <li><dividdivid="content_a">52CSS.com这是第一个DIV向左浮动 div> </li> <li><dividdivid="content_b">52CSS.com这是第二个DIV不应用浮动 div> </li> <li> body> </li> <li> html> </li> <li> </li> </ol></pre><p> [可先修改部分代码再运行查看效果]</p><p>  我们看在IE6中的效果:</p><p><p>  我们看在Firefox中的效果:</p><p><p>  在IE中,对content_a应用向左的浮动后,content_a向左浮动,content_b在水平方向仅跟着它的后面。</p><p>  在Firefox中,对content_a应用向左的浮动后,content_b在水平方向容器不可见,只留下了文字。这是由于未清除浮动所造成的现象,关于清除浮动,可以参考这里:http://www.52css.com/article.asp?id=132这就是IE与Firefox对此种情况的不同解决,我们在实际布局中,应该避免这样的情况发生。</p><p> 【编辑推荐】</p><ol> <li>CSS Sprites对CSS布局的意义</li><li>如何使用CSS框架这把双刃剑?</li><li>CSS中font-size属性值四大种类</li><li>解析四大CSS属性值选择器用法</li><li>专家推荐 DIV CSS表单布局的五个小技巧</li></ol> <p> 分享名称:<a href="http://www.csdahua.cn/qtweb/news25/451575.html">CSS浮动float属性用法详解</a> <br> 网站地址:<a href="http://www.csdahua.cn/qtweb/news25/451575.html">http://www.csdahua.cn/qtweb/news25/451575.html</a> </p> <p> 网站建设、网络推广公司-快上网,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等 </p> <p class="adpic"> <a href="https://www.cdcxhl.com/service/ad.html" target="_blank" class="ad">广告</a> <a href="" target="_blank" class="adimg"><img src=""></a> </p> <p class="copy"> 声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: <a href="http://www.csdahua.cn/" target="_blank">快上网</a> </p> </div> <div class="newsmorelb"> <p>成都快上网为您推荐相关内容</p> <ul> <li> <a href="/qtweb/news24/451574.html">Oracle11中如何安全删除表</a> </li><li> <a href="/qtweb/news23/451573.html">Redis快速清理数据FLUSHALL指令(redis 清除数据命令)</a> </li><li> <a href="/qtweb/news22/451572.html">阿里云RDS数据库日志,数据保障与安全性的保证。(阿里云rds数据库日志)</a> </li><li> <a href="/qtweb/news21/451571.html">虚拟主机空间不够怎么解决呢</a> </li><li> <a href="/qtweb/news20/451570.html">Redis精确掌握深入浅出概念图解(redis概念图)</a> </li><li> <a href="/qtweb/news19/451569.html">vps宽带连接找不到怎么解决</a> </li><li> <a href="/qtweb/news18/451568.html">长春站谁建的?</a> </li><li> <a href="/qtweb/news17/451567.html">有关介绍ADO.NET数据集视频</a> </li><li> <a href="/qtweb/news16/451566.html">@灵码开盲盒</a> </li> </ul> </div> </div> <div class="col-lg-3 noneb"> <div class="bkright" style="margin-top: 0"> <p><a href="https://www.cdcxhl.com/news/sheji/">网站设计知识</a></p> <ul> <li> <a class="text_overflow" href="/qtweb/news35/18635.html">云计算时代10年后到来哪些工作会被淘汰?</a> </li><li> <a class="text_overflow" href="/qtweb/news21/306571.html">研究Redis源数据一探究竟(redis源数据是什么)</a> </li><li> <a class="text_overflow" href="/qtweb/news4/553954.html">dns的服务器地址怎么看</a> </li><li> <a class="text_overflow" href="/qtweb/news20/295970.html">香港服务器自动开关机怎么设置?</a> </li><li> <a class="text_overflow" href="/qtweb/news14/20914.html">对RHEL7进行汉化</a> </li><li> <a class="text_overflow" href="/qtweb/news17/400967.html">后端程序员的 VUE 超简单入门笔记</a> </li><li> <a class="text_overflow" href="/qtweb/news9/496609.html">利用JavaScript破解验证码</a> </li><li> <a class="text_overflow" href="/qtweb/news29/208279.html">济南百度推广公司</a> </li><li> <a class="text_overflow" href="/qtweb/news36/180886.html">香港云服务器免费申请试用</a> </li><li> <a class="text_overflow" href="/qtweb/news39/427689.html">香港VPS服务器租用的话有什么好处?(香港vps租用国内)</a> </li><li> <a class="text_overflow" href="/qtweb/news18/410218.html">Oracle10g默认归档路径在闪回区的2G空间大小限制问题</a> </li><li> <a class="text_overflow" href="/qtweb/news11/111761.html">如何在 React 中快速实现暗黑模式</a> </li><li> <a class="text_overflow" href="/qtweb/news12/370562.html">租用香港大带宽服务器有哪些好处?</a> </li><li> <a class="text_overflow" href="/qtweb/news29/401029.html">2018年云计算会发展成啥样?离不开这六大趋势</a> </li><li> <a class="text_overflow" href="/qtweb/news17/213767.html">Akamai针对勒索攻击的分析及防护策略</a> </li> </ul> </div> <div class="bkright tag"> <p><a href="https://www.cdcxhl.com/hangye/" target="_blank">同城分类信息</a></p> <ul> <li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/geshan/" target="_blank">格栅板</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/hwxxy/" target="_blank">户外休闲椅</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/led/" target="_blank">LED显示屏</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/bpfhw/" target="_blank">边坡防护网</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/zhendongpan/" target="_blank">振动盘</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/jiudiansj/" target="_blank">酒店设计</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/fadianji/" target="_blank">柴油发电机</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/vr/" target="_blank">VR全景</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/kafeitingsj/" target="_blank">咖啡厅设计</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/mbzx/" target="_blank">木包装箱</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/weixiufdj/" target="_blank">发电机维修</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/zdfhw/" target="_blank">主动防护网</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/qzgqb/" target="_blank">轻质隔墙板</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/gsdb/" target="_blank">工商代办</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/huaxiang/" target="_blank">花箱</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/dibang/" target="_blank">地磅秤</a> </li> </ul> </div> </div> </div> <div class="carousel-inner linkbg" style="background: #fff"> <div class="container"> <a href="http://www.75109.cn/" target="_blank">精灵网</a>    <a href="https://www.cdcxhl.com/shoulu/" target="_blank">网站快速收录</a>    <a href="http://www.zzfdjwx.com/" target="_blank">宏鑫宇康</a>    <a href="http://www.gtmaxf.cn/" target="_blank">消防维保</a>    <a href="http://m.cdxwcx.com/xibuxinxi.html" target="_blank">西部信息中心</a>    <a href="http://www.cdhuace.com/pinpai.html" target="_blank">品牌设计</a>    <a href="http://www.cdxwcx.cn/tuoguan/guanghua.html" target="_blank">成都光华机房服务器托管</a>    <a href="http://www.cdfuwuqi.com/" target="_blank">成都托管服务器</a>    <a href="http://www.cdxwcx.cn/tuoguan/deyang.html" target="_blank">德阳机房托管</a>    <a href="http://www.bjjinzhi.cn/" target="_blank">晟和广告</a>    <a href="http://www.ndjierui.cn/" target="_blank">南部网站建设</a>    <a href="http://www.cxjianzhan.com/" target="_blank">成都做网站</a>    <a href="https://www.cdxwcx.com/jifang/xiyun.html" target="_blank">移动服务器托管</a>    <a href="http://www.scjxjsjy.com/" target="_blank">开元建筑学校</a>    <a href="http://www.cxjianzhan.com/" target="_blank">网络营销推广</a>    <a href="http://www.nzjierui.cn/" target="_blank">成都发电机组维修保养公司</a>    <a href="http://www.myzitong.com/" target="_blank">梓潼做网站</a>    <a href="http://chengdu.cdxwcx.cn/" target="_blank">成都网站制作</a>    <a href="http://www.lbtcd.cn/" target="_blank">成都力比特</a>    <a href="http://www.cdxwcx.cn/tuoguan/ershu.html" target="_blank">成都枢纽中心</a>     </div> </div> <footer> <div class="carousel-inner footjz"> <div class="container"> <i class="icon iconfont zbw"></i> 高品质定制 <i class="icon iconfont"></i> 跨终端自动兼容 <i class="icon iconfont"></i> 节约开发成本 <i class="icon iconfont"></i> 开发周期短 <i class="icon iconfont"></i> 一体化服务 <button type="button" class="btn btn-default btn-lg" onClick="window.location.href='tencent://message/?uin=631063699&Site=&Menu=yes'"> 立即开始2800定制网站建设</button> <button type="button" class="btn btn-default btn-xs" onClick="window.location.href='tencent://message/?uin=631063699&Site=&Menu=yes'"> 2800定制网站建设</button> </div> </div> <div class="carousel-inner bqsy"> <div class="container"> <div class="lxfs"> <h4 class="yutelnone">028-86922220 13518219792</h4> <h4 class="yutelblock"><a href="tel:02886922220">028-86922220</a> <a href="tel:13518219792">13518219792</a></h4> <a class="btn btn-default" href="tencent://message/?uin=532337155&Site=&Menu=yes" role="button">网站建设<span>QQ</span>:532337155</a> <a class="btn btn-default" href="tencent://message/?uin=631063699&Site=&Menu=yes" role="button">营销推广<span>QQ</span>:631063699</a> <a class="btn btn1 btn-default" href="mqqwpa://im/chat?chat_type=wpa&uin=532337155&version=1&src_type=web&web_src=oicqzone.com" role="button">网站制作<span>QQ</span>:532337155</a> <a class="btn btn1 btn-default" href="mqqwpa://im/chat?chat_type=wpa&uin=631063699&version=1&src_type=web&web_src=oicqzone.com" role="button">营销推广<span>QQ</span>:631063699</a> <a class="btn btn-default nonea" href="tencent://message/?uin=1683211881&Site=&Menu=yes" role="button">售后QQ:1683211881</a> <div class="dz">成都快上网专注: <a href="http://www.csdahua.cn/" target="_blank">网站优化</a> <a href="http://www.csdahua.cn/" target="_blank">网络推广</a> <a href="http://www.csdahua.cn/" target="_blank">网站建设</a> <address>地址:成都太升南路288号锦天国际A幢10楼</address> </div> </div> <div class="bzdh dz"><img src="https://www.cdcxhl.com/imges/bottom_logo.png" alt="创新互联"> <p><a href="https://www.cdcxhl.com/menu.html" target="_blank">成都创新互联科技有限公司</a><br> Tel:028-86922220(7x24h)</p></div> </div> </div> </footer> </body> </html> <script> $.getJSON ("../../qtwebpic.txt", function (data) { var jsonContent = { "featured":data } var random = jsonContent.featured[Math.floor(Math.random() * jsonContent.featured.length)]; $(".adpic .adimg").attr("href",random.link) $(".adpic img").attr("src",random.pic); }) </script>