Jump to content

Rotate element in html


penguine

Recommended Posts

It can't be done. You'll have to use images that already look tilted if you want to achieve any effect.There's the <canvas> object, but it only works on very few browsers, and I haven't studied much of it, but I think it's similar to the graphics library in flash.

Link to comment
Share on other sites

Along with the <canvas> element, yes. But don't expect wonderful compatibility. And you can only rotate images, not full nodes.

context.rotate(angle);

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...