The parent element setting marginBottom of the floating element under IE is invalid?

DOM structure

   


Container div's' zoom:1' triggers hasLayOut, 's internal floating child elements that also participate in the height calculation of the container, but the 'margin-bottom'' set by the floating child element disappears and can achieve a similar effect by setting 'padding-bottom' for the container.

Menu