jqueryrotate
jqueryrotate copied to clipboard
jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
``` What steps will reproduce the problem? 1.i Have append image in Div and then rotate image. 2.Image style property append to span in IE 8.0 so my Position not...
``` What steps will reproduce the problem? 1.Create an image with a transform setting. 2.Apply .rotate() to the image. 3. What is the expected output? What do you see instead?...
``` What steps will reproduce the problem? 1. Perform a translate on the element first. 2. Apply the rotate via $("...").rotate(45); What is the expected output? What do you see...
``` What steps will reproduce the problem? 1.Create a div with background-image:url(transparent.png); 2.put another div with the image(2) you want to rotate on top of the first one 3. Rotate...
``` What steps will reproduce the problem? 1.Open the html file in firefox 5.0 on windows 7 operating system What is the expected output? What do you see instead? Expected-smooth...
``` What steps will reproduce the problem? 1. Rotate an image. 2. Attempt to resize image. What is the expected output? What do you see instead? Image should resize. Image...
``` Rotation doesn't work on IE9 when is not explicitly defined. Thank you! P. ``` Original issue reported on code.google.com by `[email protected]` on 31 Jan 2012 at 11:42
``` What steps will reproduce the problem? 1. just make a rotate with IE9 see attached file What is the expected output? What do you see instead? The top and...
``` image disappear when using Base64 encode with IE7,8 ``` Original issue reported on code.google.com by `[email protected]` on 23 Dec 2011 at 7:29
``` What steps will reproduce the problem? 1. Create an Image Map (.png) 2. Rotate it with the plugin 3. Try to click the hotspots What is the expected output?...