Forums

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

Home Forums CSS IE not displaying site correctly…?

  • This topic is empty.
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #40897
    djrolstad
    Participant

    http://www.sgwhealthcare.com/Our-Test/Saint-Peters-University-Hospital

    when I view it on Chrome or Firefox it displays it perfectly. What is a quick fix for this?

    #114959
    pmac627
    Participant

    It looks exactly the same in IE9 for me. What is wrong with it in IE for you?

    #114961
    djrolstad
    Participant

    oops for IE8 I mean..

    #114968
    Paulie_D
    Member

    …but you still haven’t answered the question.

    What is wrong with it in IE8?

    #114971
    djrolstad
    Participant

    the information is listed underneath challenge: ,action:, and results:
    like this:

    challenge:

    build text goes here

    instead of:

    challenge : build text goes here.

    #114974
    Philben
    Participant

    From what I can see your html 5 elements (eg: article) are being ignored by IE ver 8 & less. So far as IE ver 8 & less are concerned, those elements don’t exist, so your classes will also be ignored.

    One solution is to append those elements using Js if you think it worth it. like so:

    You must always consider your target audience before using any html 5 elements as browser support’s limited for now. There might be other fixes but I hope this helps.

    #114975
    Philben
    Participant

    Please help, how do u get a sample code to show? I’ve indented it but still not showing.

    #114977
    djrolstad
    Participant

    maybe you can post the code on codepen.io, and post link

    #114976
    Philben
    Participant
    #114978
    djrolstad
    Participant

    ahh thanks mate! I just have to make a separate css for ie8…

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