CSS Nuggets
Oct '0926th
At Barcamp London 7, I gave a presentation on some CSS tricks I learnt while building Scrunchup. Read the rest of this entry »
Oct '0926th
At Barcamp London 7, I gave a presentation on some CSS tricks I learnt while building Scrunchup. Read the rest of this entry »
Aug '0924th
Problem: You want to create a grid based layout with floats, but you don’t want to wrap things in extraneous divs to force blocks to clear properly.
In an ideal world, all the content is the same height, and blocks will float and clear properly. But this is not an ideal world.