Search Results

1
vote

Use canvas tag or create a bunch of <div’s> Whats faster?

I'd personally go for canvas (excanvas.js for VML emulating in IE will do the job). For simplicity and future code expansion reasons. The trouble is, while browsers with native canvas impl …