Forums

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

Home Forums CSS Broken layout in IE11

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #234871
    kdevs
    Participant

    Dear All,

    I cannot figure out why my website renders not correctly in IE11.
    See the section with the tabs in the homepage http://www.ffparfumerie.nl .
    Some help will be very appreciated.

    Thanks in advance.

    #234879
    Shikkediel
    Participant

    This looks like one for those who know flexbox (which isn’t me unfortunately).

    #234880
    bearhead
    Participant

    It looks like you have position: absolute; in-lined for all the tab elements (#tabs-0, #tabs-1, etc.) try changing that to position:relative;

    If possible, I would also recommend removing the inline styles and moving them to a stylesheet.

    #234881
    kdevs
    Participant

    Thanks a lot..that was exactly the problem.

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