If you do web development and need your pages to render properly in any
browser, you should take a look at the latest open source project from Google. ExplorerCanvas is a
JavaScript implementation of the canvas
tag for Internet Explorer. The <canvas> HTML element allows you to create
programmable 2-D graphics, and it is supported by Firefox, Safari and Opera 9. To make your
canvas-ified pages work in IE, all you have to do is add a single script tag.