wilq32-pwitkowski / jqueryrotate

jQueryRotate - plugin to rotate images by any angle cross-browse with animation support
http://jqueryrotate.com
152 stars 58 forks source link

Does jQuery Rotate script support opacity filters in Pre-IE9 browsers? #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. See this link:
http://alt-web.com/TEMPLATES/Dark-Grid.shtml

2. Native thumbnails are 0.7 CSS opacity + MS filters=70.  

3. On CSS hover, active, focus, they should shift to 100% opacity.  This works 
in web standards browsers no problem but NOT in pre-IE9.  

Original issue reported on code.google.com by nancyosh...@gmail.com on 8 Jul 2011 at 12:46

GoogleCodeExporter commented 9 years ago
Well this does not work because:

In IE<9 to rotate image in fact i use a VML:IMAGE component to replace a <IMG> 
tag there to support rotations. Thats why your CSS MS opacity does not work 
there. 

To solve this add additional container around image that you rotate and set 
opacity/ms filter to it - should work!

Cheers,

Original comment by wil...@gmail.com on 8 Jul 2011 at 2:00

GoogleCodeExporter commented 9 years ago

Original comment by wil...@gmail.com on 4 Aug 2011 at 3:06