I've found that in IE 6 & 7, jQuery 1.3.1 seems to return incorrect
CSS opacity values for elements that have `filter: alpha(opacity=N);`
applied in a stylesheet.
However, elements with their opacity level set with a `style=""`
attribute, return the correct number.
Additionally elements with opacity set to `0` seem to return `1` in IE
6 & 7...

Here's a test case:
  http://mar.eplica.is/ie-opacity-bug-demo.html

And another test using my patched version of jQuery 1.3.1:
  http://mar.eplica.is/ie-opacity-fixed.html

Direct link to the patch:
  http://mar.eplica.is/ie-opacity-fix.diff


I don't know, if this bug has been fixed or rejected.
My brief search came up empty.

--
Már Örlygsson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to