Forums

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

Home Forums CSS Some IE8 Issues

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

    Hi everyone,

    I am nearly done creating a base WordPress theme for my development using SASS, but I am having some stupid trouble with IE8. Anyone know why the sidebar in the header is not flush to the top right and why the image thumbnails are not floated left/lose their borders?

    Again, this is for IE8. I have probably stared at this for too long so I am just running in circles at a simple fix(?)

    Thanks in advance!

    – James

    #126334
    Senff
    Participant

    Can’t help unless we see some actual code I’m afraid.

    #126387
    Jagst3r15
    Participant

    Wow, I forgot to give the link, sorry….: http://jagst3r15.com/

    #126397
    Senff
    Participant

    It’s because you are using HTML5 tags such as HGROUP and ARTICLE that are unknown to IE8.

    You should include HTML5shiv or Modernizr to ensure that IE8 will be able to handle those relatively new tags.

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