/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#floater {float:left; height:50%; margin-bottom:-120px;} #content {clear:both; height:240px; position:relative;} --- HTML ---- <div id="floater"> <div id="content"> Content here </div> </div>