- This topic has 4 replies, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › University Hub › Dropdown menu in IE9
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?
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!!
IE9 uses -ms-transform, but -ms-transform: none; doesn’t help me. https://stackoverflow.com/questions/18969621/css-transform-not-working-ie
I think, i’ve found a solution:
:root .main-navigation ul ul {
display: none \9;
}
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |