使用div实现页面布局,通常要设置float 属性,也就是基于浮动进行布局。 ... .middle { float:left; width:200px; } .right { float:right; ...
確定! 回上一頁