css 布局 float怎么用
2个回答
展开全部
1、蓝色背景:无float,即它独占一行;
2、第一个黄色背景,float:left;
3、第二个黄色背景,float:right。
注意,2、3在同一行显示。
代码如下:
<div style="background:red;height:300px;width:300px;">
<div style="background:blue;height:50px;width:50px;">无float</div>
<div style="background:green;height:50px;width:50px;">无float</div>
<div style="background:yellow;height:50px;width:50px;float:left;">float:left</div>
<div style="background:yellow;height:50px;width:50px;float:right;">float:right</div>
</div>
你自己可以操作对比下,就明白了。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询