标签: javascript css wordpress menu internet-explorer-11
我有下一个网站:
id.factor.ua
如果您在IE-11中打开它,无法看到标题中的子菜单。
请帮助我了解如何修复它!
答案 0 :(得分:0)
是的,我确认IE 11中存在问题,您可以通过在CSS规则!important和ul.art-hmenu ul::before {}中指定ul.art-hmenu::after, ul.art-hmenu ul::after{}元素子句来解决此问题(第1059行左右) )。
!important
ul.art-hmenu ul::before {}
ul.art-hmenu::after, ul.art-hmenu ul::after{}
问题是这条规则被IE覆盖并以错误方式解释。
但是,我发现您使用旧版Artisteer软件生成了主题。请务必检查此软件的更新,因为此可能将来解决此类问题。
Artisteer