Fluid development errors in ie7

I created a dummy layout for my latest design, but when I resize the window in ie7 to verify that the minimum width works, it removes the content area below the sidebar, while in all other browsers (including ie6) it behaves exactly like that. as it should.

Demo link

Can anyone see what the problem is by triggering this random pair of extra pixels that turn it off?

+3
source share
1 answer

Yes, it seems like there is an error in IE where elements min-widthget float-like clearing.

, min-width #container . ( min-width, , .)

( , float-100% -width /.)

+2

Source: https://habr.com/ru/post/1740056/


All Articles