码迷,mamicode.com
首页 > 其他好文 > 详细

多个块元素一行显示有哪几种方法

时间:2016-12-12 09:51:49      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:元素   方法   idt   块元素   one   border   oat   height   style   

1.浮动法

<style>
*{margin:0;padding:0;}
.box{width:600px;height:400px;border:1px solid red;}
.one{width:100px;height:100px;border:1px solid #000;float:left;}
</style>


<div class="box">
<div class="one">第一个</div>
<div class="one">第二个</div>
<div class="one">第三个</div>
</div>

多个块元素一行显示有哪几种方法

标签:元素   方法   idt   块元素   one   border   oat   height   style   

原文地址:http://www.cnblogs.com/webzixuan/p/6163197.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!