[wp-trac] Re: [WordPress Trac] #8933: jQuery/Thickbox Issue IE7/8
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 23 17:40:27 GMT 2009
#8933: jQuery/Thickbox Issue IE7/8
------------------------------+---------------------------------------------
Reporter: alexleonard | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.7.1
Component: JavaScript | Version: 2.7
Severity: normal | Resolution:
Keywords: has-patch commit |
------------------------------+---------------------------------------------
Comment (by alexleonard):
Hey Denis,
Just to clarify, as far as I'm aware that -ms-filter should appear before
any use of "filter: alpha(opacity)" as per recommendation:
{{{
.opaque {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
// first!
filter: alpha(opacity=50); //
second!
}
}}}
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity,
although IE8 and a pure IE7 do.
As per advice on the quirksmode site.
--
Ticket URL: <http://trac.wordpress.org/ticket/8933#comment:24>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list