Home Forums Free Themes University Hub Dropdown menu in IE9

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #48048
    Winand
    Participant

    Dropdown menu is being shown as soon as i hover cursor over the place where it is located (hidden). So i want to select some text from a post, but dropdown menu shows above it.
    There’s such a problem in your demo http://demo.wenthemes.com/university-hub/spark-of-genius/ with News&Events dropdown menu.
    Maybe there’s some fix for IE9?

    #48111
    wensolutions
    Keymaster

    Hello @winand,

    In order to solve the issue of drop down in IE9 use below given CSS.

    :root .main-navigation ul ul { 
                    transform:none \0/IE9; 
    }
    
    :root .main-navigation ul li:hover > ul.sub-menu {
                   trasform:none \0/IE9;
    }

    Hope this helps.

    Best Regards!!

    #48112
    Winand
    Participant

    IE9 uses -ms-transform, but -ms-transform: none; doesn’t help me. https://stackoverflow.com/questions/18969621/css-transform-not-working-ie

    #48114
    Winand
    Participant

    I think, i’ve found a solution:

    :root .main-navigation ul ul { 
        display: none \9;
    }
    #48122
    wensolutions
    Keymaster

    Hello @winand,

    Glad that you figured out the issue by your self .

    If you have any issue further please feel free to post them .

    Best Regards!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.