• Resolved SPRM

    (@sprm)


    The menu bar appears normally (green and white) in Mozilla and Chrome, but is black in IE!

    I can’t find information anywhere on how to fix, but a lot of people using this site use IE and the appearance is not attractive.

    It doesn’t seem like it would be in the coding, but rather a compatibility issue with IE? I tried to use a plug-in to make IE compatible, but didn’t work.

    Any ideas? Thank you!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In IE5.5?

    Thread Starter SPRM

    (@sprm)

    I am in Version 9, but I guess different people who access the site will have different versions.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link the site with the issue?

    Thread Starter SPRM

    (@sprm)

    It is: https://chestnutholdings.com/.

    Looks fine in most browsers, but not IE.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you try deactivating plugins to explore whether any could be responsible?

    Thread Starter SPRM

    (@sprm)

    I deactivated them all and there’s still the problem. This problem was early on even when no plug-ins were installed.

    Now it’s more of an issue since the site is live and it’s still messed up in IE!

    Theme Author Ga Satrya

    (@satrya)

    This is not a big problem, the issue came because you changed the color of the secondary menu and I give an extra css rules for IE, so the gradient still appear on there.

    To remove the black gradient on IE, please open style.css and remove the following code

    .oldie .secondary-navigation {
      *zoom: 1;
      filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF252525', endColorstr='#FF0A0A0A');
    }

    I’ll remove the IE fallback in the next release.

    Hi,
    css3 doesn’t support in ie..
    so,i think maximum use image then, doesn’t come this problems.

    Theme Author Ga Satrya

    (@satrya)

    Actually, for IE8 we can use the code above. But yes, this is became a problem if user change the color without change the fallback for IE.

    Thread Starter SPRM

    (@sprm)

    That worked. Thank you satrya! I appreciate your responsiveness on the forum.

    Theme Author Ga Satrya

    (@satrya)

    you’re welcome ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Menu Bar Showing Up Black in IE!’ is closed to new replies.