Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flex Box working but not in IE-11 …

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253256
    pepe_lepew
    Participant

    Hello:

    For some reason my code is not working in IE11 like it does in the other browsers (Firefox, Chrome, Edge). When I resize the browser, .box05 does not expand and flex with the other boxes. Can someone help me please because this is driving me crazy.

    I have put the code on CodePen:

    http://codepen.io/lepew/pen/vxQmpq

    #253276
    Atelierbram
    Participant

    Instead of editing in the vendor-prefixes ourselves, we can make the Autoprefixer plugin do the hard work for us. When you go to my fork of your demo and look behind the gear-icon of the CSS tab, you will see the option for Autoprefixer selected.

    Not on Windows at the moment myself, so unsure this will solve your issue for I can’t test it right now, but I hope this helps your workflow.

    #253283
    pepe_lepew
    Participant

    Thanks but the problem is still with IE11.

    #253292
    Beverleyh
    Participant

    flex:none; on .box05 at smaller breakpoints perhaps ?

    #253294
    pepe_lepew
    Participant

    Wow, thank you so much, it works.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.