• My wife’s work has asked me to help fix an issue with their WordPress driven website. Her boss LOVES the look of the site, but the drop down menu doesn’t function properly in IE. I’ve used code validators, and made edits, but all to no avail.

    Any suggestions would be welcome. Works great in Safari, Chrome, and Firefox.

    http://hairquestetc.net

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    CSS applied to the navigation menu uses greater-than symbols that aren’t compatible in older versions of Internet Explorer;

    #navigation div > ul > li > a

    Try not to use these, or use jQuery to add the CSS. jQuery is compatible with older versions of Internet Explorer.

    For further CSS support, consider CSS-specific forums.

    Thread Starter tonytellez

    (@tonytellez)

    this is in IE 9. Brand new version. Srtill not working

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    First ensure you have valid markup before proceeding to browser compatibility development.

    Thread Starter tonytellez

    (@tonytellez)

    I am by no means a “coder” so I didn’t write the theme code.

    Am just looking for help fixing the issue.

    I am on a mac so I tested in IE9 on Adobe Browser Test

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Origami Theme] Dropdown menu not working in IE’ is closed to new replies.