I have been envious of the neatness of my friend’s 60% keyboards for some years. I’ve also liked the idea of taking up less desk space and minimising the amount of movement I have to make with my arm when moving from keyboard to mouse. However, whenever I’ve thought about the real-world use of a…
Link: Clearfix CSS Hack Thanks to Jeff Starr for this /* slightly enhanced, universal clearfix hack */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: ” “; clear: both; height: 0; } .clearfix { display: inline-block; } /* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block;…