I've been looking around StackOverflow and even else where to find if display: inline-flex;
works in IE9. I posted a question before this when I had trouble with expanding a width dynamically, question here.
The answer helped me out, thank you who ever you are! Now that I've fixed the issue and it works fine in Chrome, Opera, Mozilla, Safari, IE10+, I still have trouble making this work in IE9.
I've also tried to add pre-fix for display: inline-flex;
such as display:
-webkit-inline-box
, -ms-inline-flexbox
, and so on.
The problem I had which fixed the whole deal was width: auto;
and display: inline-flex;
Working fiddle here
How can I make this to work in IE9?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…