how to rotate an image using html/javascript
image rotation using html/javascript
Collapse
X
-
-
you cannot do it just with javascript ... but you might have a look at a canvas tutorial ... and for IE some css-transformations might do ... currently i don't have a link in mind but i think a search for DXImageTransfor m in IE might give you some good results ... and to create a cross-browser script you would need to combine such methods ...
kind regardsComment
Comment