Forums

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

Home Forums CSS IE problems

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37777
    dunderhonung
    Member

    I have a child theme too Wootique and made some changes.
    but in IE it looks terrible. I been trying to figure out the problem for a
    while but I cant get i t solved :(

    in some how the header background disappear in IE,
    the footer and menubar is different.
    and then the buttons.

    it looks okay in chrome for me.

    And I cant find the classes where I need to change.

    also tried to find the problems with firebug in IE…

    http://westlab.se/lib/_num/44an.se2/woo/

    please help

    #101747
    Senff
    Participant

    You’ll need to be more specific as to what problems you’re actually trying to solve. “it looks terrible” is not clear enough.

    #101749
    dunderhonung
    Member

    ok,

    in some how the header background disappear in IE,
    the footer and menubar is different.
    and then the buttons.

    it looks okay in chrome for me.

    And I cant find the classes where I need to change.

    #101754
    dfogge
    Participant

    can you post a screenshot of what it looks like on ie? and what versions etc.

    #101755
    dfogge
    Participant

    actually nevermind. you just need to set fallback colors on elements you have the color set in RGBa.

    so you need to add:

    background-color:#301f16;

    before:

    background-color: rgba(38, 20, 12, 0.95) !important;

    you also may need to remove that !important.

    #101771
    dunderhonung
    Member

    Here some pictures.

    It looks like this in chrome, and it should look like this..

    http://westlab.se/lib/_num/44an.se2/product/chrome.html

    and in IE 8 it looks like this..

    http://westlab.se/lib/_num/44an.se2/product/ie.html

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