Menu in WP doesnt show in IE-11

余生长醉 提交于 2020-01-06 08:34:07

问题


I have the next site:

id.factor.ua

If you open it in IE-11, you cannot see sub-menu in header.

Please, help me understand how to fix it!


回答1:


Yes, I confirm that there is a issue in IE 11, you can solve it however by specifying the !important element clauses in your CSS rule ul.art-hmenu ul::before {} and ul.art-hmenu::after, ul.art-hmenu ul::after{} (around line 1059).

The problem is that this rule is overwritten and interpreted wrong way by IE.

However, I see that you generated your theme with older version of Artisteer software. Always check for updates for this software, because this may solve such issues in future.



来源:https://stackoverflow.com/questions/23213766/menu-in-wp-doesnt-show-in-ie-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!