Forums

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

Home Forums CSS CSS issues in IE

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #33653
    cre8tive1
    Member

    Hi all,

    I’m developing a new WordPress site and IE is giving me fits. My CSS is working fine in FireFox and Safari on both Windows and Mac. In IE I’m losing background colors, DIVs are collapsing and floats are not working.

    I’m sure there is one main thing causing the issue, but it’s eluding me. Any suggestions on what I need to change in the CSS are greatly appreciated.

    Here is the dev site

    Thanks in advance for any and all suggestions.

    #83997
    wolfcry911
    Participant

    You’re using html5 elements under an xhtml doctype

    #83998
    cre8tive1
    Member

    Ah, yes. I changed the doctype to just , based on http://html5doctor.com/html-5-boilerplates/

    I’ll see if that helps.

    #83999
    wolfcry911
    Participant

    you’ll need to use the shiv as well (continue reading the article you linked to).

    #84000
    cre8tive1
    Member

    Thanks, I hadn’t read down that far!

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