Semantic-UI 2.0 in Internet Explorer 9?

in accordance with the Semantic UI section on browser support ( https://github.com/Semantic-Org/Semantic-UI#browser-support ). Semantic-UI is compatible with IE9 using prefixes.

Now I checked my work with the Semantic UI and saw that grid layouts make great use of CSS flexbox. When I open my HTML prototype in IE9, the layout is messed up.

Can I get Semantic UI to avoid using flexible box layout? Or is there any JS lib / polyfill available to work in IE9?

This is very important for me, as I develop for corporate clients, they still depend on IE9 ...

Regards, Sascha,

+4
source share
1 answer

. Github, , , IE >= 10 Semantic UI.

+5

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


All Articles