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;…
Link: jsTree jQuery Draggable, Reorderable Tree – looks like it’s pretty much the best one around currently. Anyone know of a better one?