English 中文(简体)
html5 画布在 IE8 不工作
原标题:html5 canvas doesn t work in IE8

I have built this progress bar in html5. The bar is clickable and you get an explanaion when you click on each of the sections. It works but not in IE8. Can anyone tell me what is worng? I have been working on it for a month but nothing!! a little help pls. :-)

问题回答

IE8 本地不支持画布 。 您可以使用 < a href=" http://code.google.com/ p/ explorercanvas" rel = " no follown noreferrer" > explorercanvas 来为 IE8 添加画布功能 。

您只需在页面中包含 excanvas.js 文件即可。

http://code.google.com/p/explorercanvas/wiki/Instructions" rel=“不跟随 noreferrer”>explorercanvas wiki :

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




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签