【发布时间】:2017-02-04 23:34:51
【问题描述】:
我正在尝试通过关注this tutorial 使 Wordpress 的“UberMenu”插件与 Internet Explorer 8 兼容
我尝试使用 HTML shim 和 element,但我的菜单在 IE8 上仍然显示为无序、无样式的列表。
我的网站:Cicero gestionale studio legale
!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://www.versari.it/wp-content/themes/maximus/css/html5shiv.js"></script>
<![endif]-->
你能帮帮我吗? 提前致谢
【问题讨论】:
-
对于基本样式,请查看我的这个答案:Supporting IE8 with HTML5
标签: javascript html internet-explorer-8 html5shiv