html5 canvas在IE8中不起作用

时间:2012-05-21 11:50:09

标签: html5 internet-explorer canvas progress-bar

我在html5中构建了这个进度条。 该栏是可点击的,当您点击每个部分时,您会获得解释。 它工作但不是在IE8中。 谁能告诉我什么是狼?我已经工作了一个月但没有! 一点帮助。 : - )

1 个答案:

答案 0 :(得分:10)

IE8本身不支持画布。您可以使用explorercanvas向IE8添加画布功能。

您只需在页面中添加excanvas.js文件即可。

explorercanvas wiki的示例:

<head>
<!--[if IE]><script src="excanvas.js"></script><![endif]-->
</head>