filmov
tv
CSS floats - layout rules - margins don't collapse

Показать описание
There are some basic rules when we use floats in our layouts
1.Margins around floated elements do not collapse. Floated image with 15 pixel margins will keep 15 pixel space around it.
2.If there are other elements with margins adjacent to the floated image, margins of the floated image and adjacent image (non-floated) don't collapse
1.Margins around floated elements do not collapse. Floated image with 15 pixel margins will keep 15 pixel space around it.
2.If there are other elements with margins adjacent to the floated image, margins of the floated image and adjacent image (non-floated) don't collapse