欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

对齐元素的另一种方法是使用 float 属性:

实例

.right
{
float:right;
width:300px;
background-color:#b0e0e6;
}

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/jiqiao/j51826.shtml