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.shufengxianlan.com/qtweb/news25/451575.html">CSS浮动float属性用法详解</a> <br> 网页路径:<a href="http://www.shufengxianlan.com/qtweb/news25/451575.html">http://www.shufengxianlan.com/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="https://www.cdcxhl.com/" 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/ued/">用户体验知识</a></p> <ul> <li> <a class="text_overflow" href="/qtweb/news47/223947.html">成都市委书记唐良智莅临亚信网络安全产业技术研究院参观考察</a> </li><li> <a class="text_overflow" href="/qtweb/news9/437909.html">redis分布式共享内存的方法是什么</a> </li><li> <a class="text_overflow" href="/qtweb/news12/197612.html">日常开发中,提升技术的13个建议</a> </li><li> <a class="text_overflow" href="/qtweb/news14/20664.html">Intel至强5500:生是虚拟化的人</a> </li><li> <a class="text_overflow" href="/qtweb/news35/293035.html">Linux系统如何搭建共享文件服务器</a> </li><li> <a class="text_overflow" href="/qtweb/news13/50813.html">阿里云盘分享文件受限怎么解除?阿里云服务器受限网址</a> </li><li> <a class="text_overflow" href="/qtweb/news13/487813.html">刷新本地dns缓存命令</a> </li><li> <a class="text_overflow" href="/qtweb/news3/331403.html">浅析GCC将Linux字符优化为1的原因(为什么gcc把linux字符优化成1)</a> </li><li> <a class="text_overflow" href="/qtweb/news41/150991.html">键盘如何使用右键</a> </li><li> <a class="text_overflow" href="/qtweb/news12/358962.html">阿里云服务器怎么租?(租用云主机时需要有哪些需要注意的问题)</a> </li><li> <a class="text_overflow" href="/qtweb/news41/121941.html">html如何将图片放大</a> </li><li> <a class="text_overflow" href="/qtweb/news2/115002.html">jQuery 2.0 将不再支持IE 6/7/8</a> </li><li> <a class="text_overflow" href="/qtweb/news1/42901.html">wifi网速慢解决办法(一招教你解决wifi慢的问题?)</a> </li><li> <a class="text_overflow" href="/qtweb/news27/165127.html">方便快捷的PHP长文章分页函数</a> </li><li> <a class="text_overflow" href="/qtweb/news15/483065.html">策略一分钟解读Redis的淘汰策略(一分钟看懂redis淘汰)</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/shayanfudiao/" 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/ldjbc/" 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/jiaquan/" 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/gaokongche/" 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/muzhiliangting/" 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/shachuang/" 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/shidiao/" 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/bangongkongjian/" 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/sdjbc/" 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/jbgc/" 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/hntjbc/" 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/lajitong/" target="_blank">垃圾桶</a> </li> </ul> </div> </div> </div> <div class="carousel-inner linkbg" style="background: #fff"> <div class="container"> <a href="http://www.cxjianzhan.cn/" target="_blank">做网站公司</a>    <a href="https://www.cdcxhl.com/hangyead/" target="_blank">一元广告</a>    <a href="http://www.cdkjz.cn/wangzhan/" target="_blank">seo优化排名</a>    <a href="https://www.cdcxhl.com/idc/yaan.html" target="_blank">雅安托管服务器</a>    <a href="http://www.4006tel.net/mobile/" target="_blank">Android开发</a>    <a href="https://www.xwcx.net/hkcloud.html" target="_blank">香港云主机</a>    <a href="http://www.75109.cn/" target="_blank">精灵网</a>    <a href="http://www.hzjierui.cn/" target="_blank">彭州网站建设</a>    <a href="http://www.4006tel.net/" target="_blank">app网站建设</a>    <a href="http://www.jrgmh.com/" target="_blank">成都全屋定制</a>    <a href="https://www.cdxwcx.com/jifang/deyang.html" target="_blank">德阳服务器托管</a>    <a href="http://www.4006tel.net/mobile/" target="_blank">app制作</a>    <a href="http://www.xjjierui.cn/" target="_blank">新津网站运维</a>    <a href="http://www.idckuai.cn/" target="_blank">虚拟主机</a>    <a href="http://www.cxhlcq.com/qiye/" target="_blank">重庆企业网站建设</a>    <a href="http://chengdu.cdcxhl.com/seo/" target="_blank">成都网络营销</a>    <a href="http://chengdu.cdweb.net/" target="_blank">新网创想</a>    <a href="http://www.cdxwcx.cn/tuoguan/guanghua.html" target="_blank">成都电信光华数据中心</a>    <a href="http://www.gawzjz.com/" target="_blank">工业净化空调</a>    <a href="https://www.cdcxhl.cn/" 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="https://www.cdcxhl.com/" target="_blank">网站设计</a> <a href="https://www.cdcxhl.com/" target="_blank">网站制作</a> <a href="https://www.cdcxhl.com/" 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:400-028-6601(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>