I am having an issue with floating div's in firefox. It is hard to explain so below is the link to the site I am having the problem with as well as the code. Any suggestions would be greatly appreciated.
Link:
http://linuxdev.ribbitt.com/leapfrog2k7/interior.php
HTML
<?php require("includes/header.php"); ?>
Team
Team LeapFrog is a group of talented, fun-loving, results-driven, over-achieving, aggressive, energetic, intelligent, attentive experts who are committed to building online brand dominance for your organization.
There are no benchwarmers and there
You haven't cleared your
You haven't cleared your floats.
IE is incorrectly expanding the parent element to enclose the floated children.
Yes. You are seeing an IE
Yes. You are seeing an IE bug and Firefox is performing perfectly.
I still pretty new to CSS,
Im still pretty new to CSS, what is the proper way to clear the floats?
Thanks so much for you help
I just figured it out. Thank
I just figured it out. Thank guys for you help. Much appreciated.
How did you clear them?
How did you clear them? There are numerous ways, I just want to check you've done it the proper way
I added an "overflow: auto;"
I added an "overflow: auto;" to the container.
Superb, simplest way to do
Superb, simplest way to do it Glad you figured it out for yourself!