Strange behavior Highcharts pie chart in document mode IE8

别说谁变了你拦得住时间么 提交于 2019-12-08 13:50:37

Use comments in HTML for IE8, like this:

<!--[if IE 8]>
<style>...</style>
<![endif]-->

The bug didn't occur on IE8 running on Host OS Windows XP. Therefor the problem is actually non-existent. Another heads up that I should really test on actual IE8 and not the document modes.

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