As an amateur web developer, one of the first problems I encountered was that floated elements with non-floated parent elements will cause the parent to collapse. This can cause headaches later on. There are many solutions to this problem - a small list can be found in this thread on StackOverflow. The solution I used … Continue reading Sorting out CSS float collapses