Forums

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

Home Forums CSS [!] Calc function in Edge and IE

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #252666
    Thijs
    Participant

    Hello there,

    I finally registered an account at css-tricks, because I really need your help now. I have to hand in my website tomorrow, but I have got a big problem with Microsoft Edge and Internet Explorer.

    I use `width: calc(100% / 3;` with `width: 33.33%;` before that for older browsers, but Edge as well as IE do not place my 3 columns next to eachother? I have tried just everything. `display: flex;` is not a solution, because the design is responsive.

    Please, does someone know a solution?

    Kind regards,
    Thijs.

    #252667
    Beverleyh
    Participant

    Flexbox can be a great solution in responsive design but, unfortunately, we are unable to comment on why it, or 33% wide columns, aren’t working for you without seeing your code. Please provide a **reduced** demo in CodePen, show just the pertinent parts relating to this described problem in your responsive layout, and we can make suggestions on how to fix.

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