/ Published in: CSS
Expand |
Embed | Plain Text
#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>
You need to login to post a comment.
