having some trouble making firefox do an auto height. Basically, I created a container, and I'm floating 2 other containers inside of it. The main container is set to auto, as well as the left container (the right one will have overflowing content that should push both left and main containers down).
IE is pushing down the main container, and not the left container (which is fine, because the bg-color of the main container takes care of extra left container space)
FireFox is not pushing either down, which is causing a few problems. I've been searching around, and can't really find anything to make FireFox use height: auto; correctly. Was wondering if perhaps you guys knew a tip or trick.
-note: already tried height: auto !imporatnt;
Thanks guys.
-P
IE is pushing down the main container, and not the left container (which is fine, because the bg-color of the main container takes care of extra left container space)
FireFox is not pushing either down, which is causing a few problems. I've been searching around, and can't really find anything to make FireFox use height: auto; correctly. Was wondering if perhaps you guys knew a tip or trick.
-note: already tried height: auto !imporatnt;
Thanks guys.
-P