Flexslider is not working in IE

怎甘沉沦 提交于 2019-12-13 02:51:15

问题


I am trying to implement the basic flexslider on our website. It works well with chrome, Firefox and safari. But in all versions of IE, it just blows out the entire width and height of the page. Here is the link. Please advise


回答1:


I tried this one it work for me.

Add following line in the header tags to force IE to render in the latest document mode.

<meta http-equiv="X-UA-Compatible" content="IE=edge" />



回答2:


Had similar problem in ie9 - solved by setting fixed width for div, containing slider in CSS.

.metaslider { width: 720px; }

Hope this helps.



来源:https://stackoverflow.com/questions/16021627/flexslider-is-not-working-in-ie

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