[:it]
overflow:auto;
Aggiungendo questa regola CSS all’elemento contenitore, farà visibile tutto ciò che si trova dentro (anche elementi float) e il div contenitore avvolgerà completamente gli elementi dentro. Guarda questo esempio[:en]
overflow:auto;
Adding this CSS rule on the containing div makes everything inside of it (even floated items) visible and the outer div fully wraps around them. See this example.[:]