日期:2014-05-17 浏览次数:20612 次
<div id="father" style="width:70px;height:30px;overflow:hidden;border:1px solid;"> <div id="son" style="width:100%;height:30px;overflow:hidden;white-space:nowrap;"><!--不修改这个div的像素宽度--> <!--使这两个div能排在一行--> <div id="grandson1" style="float:left;width:50px;height:30px;background-color:gray;">xxx</div> <div id="grandson2" style="float:left;width:50px;height:30px;background-color:pink;">yyy</div> </div> </div>