2012-08-07 6 views

답변

0

HTML

<div id="floater"> 
<div id="content"> 
    Content here 
</div> 
</div> 

CSS

고정되어 있지 않은 경우에 그것을하는 방법을 모른다
#floater {float:left; height:50%; margin-bottom:-120px;} 
#content {clear:both; height:240px; position:relative;} 

스트레이트 google.

사용하십시오.

관련 문제