How to rotate an image using Touch in HTML -
is know how rotate image using touch in html, css or javascript. have attached image easy understanding. please me.would appreciate suggestions.
css3:
-ms-transform:rotate(30deg); /* ie 9 */ -moz-transform:rotate(30deg); /* firefox */ -webkit-transform:rotate(30deg); /* safari , chrome */ -o-transform:rotate(30deg); /* opera */ you can take w3school, , care because rotation not supported browser.
http://www.w3schools.com/css3/css3_2dtransforms.asp
edit:
that image linked not being rotated, change image position:
take tutorial,
http://kyleschaeffer.com/best-practices/pure-css-image-hover/
Comments
Post a Comment