Strange behavior on li positioned relative with submenu olatechproMarch 29, 20232 Views In IE9 or less the submenus will not appear. The border of the submenus appears, but the background and the li doesn’t. You can find the issue here. Post Views: 2 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
Without seeing any code, I would suggest that this is something to do with IEs interpretation of the :hover pseudo-class. Also you should set the parent element of the sub menu to position: relative; Check out this question; IE8 does not hover when using an li with position:absolute Log in to Reply
Without seeing any code, I would suggest that this is something to do with IEs interpretation of the :hover pseudo-class.
Also you should set the parent element of the sub menu to position: relative;
Check out this question;
IE8 does not hover when using an li with position:absolute