hi i want to move my image.i have selected a image of key and i want it to move like in x and y rotation e.g in the direction we open the key i have tryed it but not working...help please

Recommended Answers

All 3 Replies

this works only for CSS3

/* for firefox, safari, chrome, etc. */
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
/* for ie */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

You can rotate that image using Photoshop and save as your rotated image.

Open image with Photoshop -> Image -> Image Rotation

And select what option do you want.

You can also use an image viewer, embed it to your site so you will be able to rotate images

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.