Archive

Clearing floats

To anyone out there reading up on clearing, this is the best method: http://www.positioniseverything.net/easyclearing.html It’s totally cross-browser compatible, doesn’t leave any messy markup and leaves the code fully accessible. It does however have 1 flaw… Scroll down to the part about the IE/Mac problem and you’ll see the fix involves adding a display: inline-block to the container block, which is then re-instated to a display: block in the IE stylesheet. The problem is that inline-block also affects all the other