L
L
lavezzi12016-03-15 12:24:29
css
lavezzi1, 2016-03-15 12:24:29

How to make fallbacks?

Hello! In my project, I use flexbox for everything from document structure to buttons and blocks. Blog readers and site visitors began to complain that IE 9 was catching bugs. Why they catch them is understandable. Another thing that is not clear is how to make a fallback for a certain number of blocks? I know how to make a fallback for the document structure, for example, assign the .no-flex class and transfer the document to float's or tables through inheritance.
What would be the best way in my case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
htmleater, 2016-03-24
@htmleater

You can try, for example, flexibility-master (available on github) - a small script that substitutes floats instead of flexboxes in IE9.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question