Closed GoogleCodeExporter closed 9 years ago
Huh I checked on IE7 and it works fine for me, I need to find IE8 somewhere ;)
Original comment by wil...@gmail.com
on 24 Apr 2012 at 9:41
I checked on my IE8 on Windows 7 and it also works quite ok!:(
Original comment by wil...@gmail.com
on 24 Apr 2012 at 11:56
Yeah, I ended up putting the image in a div, and using the negative margin on
the div, rather than the image. Hope that helps anyone else that runs into this!
Original comment by rebecca....@gmail.com
on 24 Apr 2012 at 3:13
Yes, the problem is that if you set margin on img element it will later on will
be replaced (in IE7-8) to different element that does not support nicely margin
attribute. Your solution to put image into a div is a official way how I
encourage to fix positioning issues with jQueryRotate :)
Original comment by wil...@gmail.com
on 24 Apr 2012 at 3:15
Original comment by wil...@gmail.com
on 24 Apr 2012 at 3:15
Original issue reported on code.google.com by
rebecca....@gmail.com
on 23 Apr 2012 at 7:14