48
mzpro10
7y

Next time you write CSS

display: flex;

You're welcome!

Comments
  • 11
    After that open in < IE11. See the fun enjoy!
  • 4
    If only Apple devices would make it work... It's 2017 and still have to use floats
  • 2
    @Phlisg @PoweredByCoffee both IE11 and iOS support flex guys pls http://caniuse.com/#search=flex
    Just use a polyfill in sass for the old syntax and you're all set to support IE10+ with flex
  • 1
    @liammartens still doesn't work :) done all the things to make it work, but I think it just doesn't like nested flex everywhere. The whole content just gets stacked over each other, like text with no line height

    Had to use browser targetted css to fix things in FF (margins not working) and MS
  • 1
    @Phlisg hm strange cause Ive used flex where it worked just fine in IE10 and up, did you check all the known issues for 10 and 11?
  • 0
    @liammartens it works for IE, with targetted CSS, just doesn't on iPhone and iPad :(
  • 0
    Never tried it. Spent over a decade making CSS work on different websites and browsers... Kinda sounds like it would be too much like drag and drop lol.
    Does it work?
  • 3
    Its so much less work than floating shit all over the place! @biscuit
  • 1
    Will have a play with it today @mzpro10
  • 1
    Keep me posted @biscuit
Add Comment