Jag försöker lägga ett par divs i en huvud-div och allt funkar frid och fröjd, tills jag ger "minidivsarna en float-egenskap... då faller de utanför huvuddiven i FF 3.0, men inte i IE7... Vad kan det bero på och hur löser jag det?
A common problem with float-based layouts is that the floats' container doesn't want to stretch up to accomodate the floats. If you want to add, say, a border around all floats (ie. a border around the container) you'll have to command the browsers somehow to stretch up the container all the way.