html: <div id="parent"> <div id="floater"></div> <div id="child">Content here</div> </div> css: #parent {height:200px;} #floater { float: left; height: 50%; ...
確定! 回上一頁