html5 canvas在IE8中不起作用

dev*_*ter 2 html5 internet-explorer canvas progress-bar

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

luk*_*kad 10

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

您所要做的就是excanvas.js在页面中包含该文件.

explorercanvas wiki的示例:

<head>
<!--[if IE]><script src="excanvas.js"></script><![endif]-->
</head>
Run Code Online (Sandbox Code Playgroud)