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.

http://i.stack.imgur.com/ye7wp.png

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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -