/ Published in: CSS
Expand |
Embed | Plain Text
.newBFC {overflow: hidden; _overflow: visible; _overflow-x:hidden; _height: 0; } /*\*//*/ .newBFC {display: inline-block;} /**/ <div class="newBFC"> <div class="floater"> This text won't extend past the bottom of the "newBFC" div. </div> </div>
You need to login to post a comment.
