Rotation Images only?

60 views
Skip to first unread message

Rich Doyle

unread,
Jan 30, 2012, 1:45:39 PM1/30/12
to jquery...@googlegroups.com
I have this plugin working great on everything but IE 6. I have a png fix that converts the images to spans. The rotate doesn't seem to work. The span has the same class that the rotate is applied too but I can't get it to rotate. Any help would be greatly appreciated. Thanks.


var rotate_arrow $('#partnership .expand_div_arrow');
rotateRight(rotate_arrow);

function rotateRight(element{
    element.rotate({
            angle:0,
            duration:500,
            animateTo:-180
          });
      element.stop();
  }

Paweł Witkowski

unread,
Feb 1, 2012, 7:54:04 AM2/1/12
to jquery...@googlegroups.com
Well this plugin (ver 2.1) uses VML to replace images so... As far as I remember you will not need the png fix as long as you use rotate on all images on page (like  $("img").rotate(0) ) - but i might be wrong. As far as I remember png fix replaces image with <span> with DXFilter:Prodigy something like that. Its hard to mix them both and hmmm... Honestly do you realy need to support IE6 stilll ? :((( It's so painfull ehh :>


2012/1/30 Rich Doyle <rip...@gmail.com>



--
Pawel Witkowski
Senior JavaScript Developer / QML / Silverlight
webpage: http://wilq32.blogspot.com
Reply all
Reply to author
Forward
0 new messages