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.mswzjz.cn/qtweb/news25/451575.html">CSS浮动float属性用法详解</a> <br> 当前路径:<a href="http://www.mswzjz.cn/qtweb/news25/451575.html">http://www.mswzjz.cn/qtweb/news25/451575.html</a> </p> <p> 攀枝花网站建设、攀枝花网站运维推广公司-贝锐智能,是专注品牌与效果的网络营销公司;服务项目有等 </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.mswzjz.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/python/">python知识</a></p> <ul> <li> <a class="text_overflow" href="/qtweb/news40/253090.html">Linux下利用nc实现高效稳定的长连接传输方式(linuxnc长连接)</a> </li><li> <a class="text_overflow" href="/qtweb/news11/522211.html">电脑摄像头怎么调试</a> </li><li> <a class="text_overflow" href="/qtweb/news2/125752.html">网络推广的概念是什么?</a> </li><li> <a class="text_overflow" href="/qtweb/news21/54321.html">站长选择租用香港服务器有哪些原因呢</a> </li><li> <a class="text_overflow" href="/qtweb/news9/215409.html">香港云主机可以更换系统吗?</a> </li><li> <a class="text_overflow" href="/qtweb/news46/119196.html">windows10图标自定义</a> </li><li> <a class="text_overflow" href="/qtweb/news29/434379.html">如何在百度上做网站推广?</a> </li><li> <a class="text_overflow" href="/qtweb/news33/301483.html">windows7太卡怎么办?(windows7太卡了怎么办)</a> </li><li> <a class="text_overflow" href="/qtweb/news48/207948.html">如何修改FTP服务器写入权限?(服务器写入权限-虚拟主机/数据库问题)</a> </li><li> <a class="text_overflow" href="/qtweb/news27/372327.html">哪些能赚钱的调查网比较好?(调查看哪些网站设计好的,在线问卷调查网站设计)</a> </li><li> <a class="text_overflow" href="/qtweb/news49/200999.html">高性能PyTorch是如何炼成的?过来人吐血整理的10条避坑指南</a> </li><li> <a class="text_overflow" href="/qtweb/news26/512876.html">python代码如何打成两行</a> </li><li> <a class="text_overflow" href="/qtweb/news17/102517.html">如何设置Linux服务器自启动程序?(linux服务器自启动)</a> </li><li> <a class="text_overflow" href="/qtweb/news31/295281.html">如何找回误删的服务器文件?(服务器文件删除找回)</a> </li><li> <a class="text_overflow" href="/qtweb/news17/529117.html">Windows中使用Linux命令具体方法</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/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/yupeng/" 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/xiaojbc/" 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/ggzz/" 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/iso/" target="_blank">iso认证</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/yangguangfang/" 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/ggsj/" 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><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/xiaoguotu/" 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/blgds/" 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/bengche/" 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/yhjdsj/" 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> </ul> </div> </div> </div> <div class="carousel-inner linkbg" style="background: #fff"> <div class="container"> <a href="http://www.xhgfhy.com/ " target="_blank">不锈钢防护栏</a>    <a href="http://www.dzwzjz.com/" target="_blank">达州网站制作</a>    <a href="https://www.cdcxhl.com/mianfei/jianshe/chengdu.html" target="_blank">成都免费网站建设公司</a>    <a href="http://m.cdxwcx.com/ershu.html" target="_blank">成都二枢电信服务器托管</a>    <a href="https://www.cdcxhl.com/idc/wenjiang.html" target="_blank">温江服务器托管</a>    <a href="http://www.xywzsj.com/" target="_blank">钢筋机械设备</a>    <a href="http://m.cdxwcx.com/seo.html" target="_blank">网站推广优化</a>    <a href="http://www.njwzjz.com/" target="_blank">内江做网站</a>    <a href="http://www.msbanjia.cn/" target="_blank">美美搬家</a>    <a href="http://www.cqcxhl.com/jianzhan/" target="_blank">重庆建站</a>    <a href="http://www.xhgfhy.com/ " target="_blank">郫县门窗定制</a>    <a href="http://www.tvybhd.com/" target="_blank">水泥基自流平</a>    <a href="http://www.digifinexcn.com/" target="_blank">固迪佳新材料</a>    <a href="https://www.cdcxhl.com/tuoguan/xixin/" target="_blank">成都西信机房</a>    <a href="https://www.cdxwcx.com/jifang/mianyang.html" target="_blank">绵阳电信机房</a>    <a href="https://www.cdcxhl.com/mobile.html" target="_blank">手机网站</a>    <a href="https://www.cdcxhl.com/quanwang.html" target="_blank">全网整合营销推广</a>    <a href="https://www.cdcxhl.com/mianfei/jianzhan/chengdu.html" target="_blank">成都免费自助建站</a>    <a href="https://www.cdcxhl.com/shoulu/" target="_blank">分类目录网站</a>    <a href="https://www.cdxwcx.com/" 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'"> 立即开始600网站建设</button> <button type="button" class="btn btn-default btn-xs" onClick="window.location.href='tencent://message/?uin=631063699&Site=&Menu=yes'"> 600网站制作</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.mswzjz.cn/" target="_blank">攀枝花网站设计</a> <a href="http://www.mswzjz.cn/" target="_blank">攀枝花网站制作</a> <a href="http://www.mswzjz.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>