When using browsers other than Internet Explorer, the <canvas>
element allows for advanced drawing. However, in IE, drawing with <div>
elements can be slow for anything more than basic tasks.
Is there a way to do basic drawing in IE 5+ using only HTML/CSS/Javascript? Even just the ability to draw pixels would be helpful.
I've searched on Google without success, and I doubt I'll find anything, but I thought I'd ask the knowledgeable people on Stack Overflow!
Thank you