I just used @simplymeasured to analyze a Facebook Fan Page in Excel. http://t.co/m1cL5rXC via Twitter
princessdesign.net
Zen
Last post

Reading material

CSS solution for Firefox

16. Jan 06 | Design Tips & Tricks | Comments Off

Problem: When you nest div tags in another div tag the container might not display in Firefox because it colapses (if you have background colour you can see its gone even though the div tags in container are displayed).

Solution: before closing div tag for container put another div tag and define #lastBox {clear: both;} in CSS . It should work just fine.

Clear