IE8 Support for Liquid Canvas

posted in: javascript, round corners | 0

A new version of excanvas has been released yesterday: It now supports IE8. Well, haven’t we – ahhm… Liquid Canvas – been waiting for this 😉

So this is what I did an hour ago: I copied the new version into my Liquid Canvas project and … surprise it didn’t work. After a short debugging session I spotted the problem. It seems that excanvas no longer likes dynamically generated DOM elements with the tag name “canvas” – replacing it with “div” did the trick.

In short: Version 0.2 of Liquid Canvas now supports Internet Explorer 6, 7 AND 8 – and of course all other browsers out there as well 🙂