PagePeel left not working in IE?

Is it true that the jQuery version of PagePeel does not function on the left site side in IE9?
I was struggling with that one. And now I see you seem to have the same problem in your own demo on demo.templateplazza.com/joomla/index.php...l-in-left-with-flash (wich is without flash).
Is it me? Is it my browser? Or is it the script?
IE10 is all rigt, IE9 with PagePeel on the right is ok too over here.

TIA
Best regards,
Joris
11 years 2 weeks ago #1 by Joris

Please Log in or Create an account to join the conversation.

Mmm...the demo for left pagepeel is okay from my end using IE9...
11 years 2 weeks ago #2 by erwinschro

Please Log in or Create an account to join the conversation.

Strange. I tried in three systems now and in the IETester application. All with the same result. PagePeel in the right corner seems nice. In the left all the corner is blinking with dark black parts and shadows; horrible. IE don't like the mirroring. Firefox is ok (as usual).
11 years 2 weeks ago #3 by Joris

Please Log in or Create an account to join the conversation.

Hi jorlan, Yes this seems a ie9 bug when mirroring transparent png images. If you really want to use the left direction of pagepeel banner, and really care with IE 9 you can do this trick below
1. Open file mod_pagepeelbanner.php then delete these lines of codes (arround lines 254):
-moz-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      filter: FlipH;
      -ms-filter: "FlipH";

2. Replace the bg-dark.png with the version attached below

Hope that helps
11 years 2 weeks ago #4 by andy

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum