Notices tagged with floats
-
Wednesday, 15-Sep-10 20:37:18 UTC from web
-
jQuery Masonry · David DeSandro
Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.
Thursday, 02-Sep-10 21:36:50 UTC from web -
Saturday, 20-Mar-10 17:00:29 UTC from web
-
CSS - Clearing floats
A common problem with float-based layouts is that the floats' container doesn't want to stretch up to accomodate the floats. If you want to add, say, a border around all floats (ie. a border around the container) you'll have to command the browsers somehow to stretch up the container all the way.
Thursday, 11-Mar-10 09:40:10 UTC from web -
Simple Clearing of Floats
For all it’s many advantages, sometimes it’s the little things that CSS layout makes difficult that really get to you. Clearing floated elements is a good example. Paul O’Brien, nonchalantly pointed out that adding a ‘overflow:auto’ to the outer DIV did the trick.
Thursday, 11-Mar-10 09:34:12 UTC from web -
Sunday, 01-Mar-09 18:02:00 UTC from web