CSS solution for Firefox
16. Jan 06 | Design Tips & Tricks | Comments OffProblem: 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.


