Forums

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

Home Forums JavaScript IE problem

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

    Hello all.
    So im trying to redesign a homepage for a local music association. Im doing a custom wordpress theme…jada jada…my english is so bad so i will just get to the point.
    The layot seems fine exept for IE8 (and down i guess) I dont have IE9 here @ work but a friend told me it looks fine in IE9 also. Can anyone plz tell me why it doesent work in IE8.
    Also..it works in IE8 when i just have it as a static site local…it’s when i try to convert it to a wordpress theme it gets brokend.
    http://www.smakk.se/wordpress
    /uzze_

    #72875
    AntonNiklasson
    Participant

    Kul med en svensk sida! Kör du med något separat stylesheet för IE?

    Mod translation: Do you have a separate stylesheet for IE?

    #72878
    uzze_
    Member

    Tjena :) Nej inget separat stylesheet för IE

    Mod Translation: No, there is not separate stylesheet for IE

    #82217
    AntonNiklasson
    Participant

    Om du vet vad conditional comments är för något, använd det. Annars kan du läsa mer här:
    https://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/
    I den nya stilmallen skriver du in all den kod som löser problem. Den här CSS:n kommer sen bara tolkas av de versioner av IE som du väljer att sikta på.

    Hoppas det löser ditt problem.

    Mod Translation:
    If you know what conditional comments are then you should use them. Otherwise, you can read more here:
    https://css-tricks.com/132-how-to-create-an-ie-only-stylesheet/

    In the new stylesheet, enter all the code that solves problems. This CSS will then only be interpreted by the versions of IE which you choose to target

    Hope this solves your problem.

    #82407
    AntonNiklasson
    Participant

    Sorry about that, english only from now on! :-)

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