____________ ____________ ____________
float: left;
Self-clearing floats
div.box:after { content: “.”; display: block; height: 0; clear: both; visibility: hidden; }
______ ______ ______
http://positioniseverything.net/easyclearing.html
Self-clearing floats
div.box:after { content: “.”; display: block; height: 0; clear: both; visibility: hidden; } div.box { display: inline-block; }
______ ______ ______
http://positioniseverything.net/easyclearing.html
Self-clearing floats
div.box:after { content: “.”; display: block; height: 0; clear: both; visibility: hidden; } div.box { display: inline-block; } /* hide from ie/mac \*/ * html div.box { height: 1%; } div.box { display: block; } /* end hide */
______ ______ ______
http://positioniseverything.net/easyclearing.html
Think modular
Think modular
______ ______ ______
Think modular
______ ______ ______
______ ______ ______
Think modular
______ ______ ______
______ ______ ______
___ ___ ___
Think modular
______ ______ ______ ___ ___ ___ ______ ______ ______ ___ ___ ___
Think modular
______ ______ ______ ___ ___ ___
___ ___ ___ ______ ______ ______ ___ ___ ___
wife’s choice
Thinking in fixed-height
Bulletproofing it