> Is there any workaround for the problem of changing opacity in IE, 
> which leads to text being displayed bold and weird?

Is it possible that it's related to ClearType? The IE blog describes a
similar wierdness that they supposedly fixed in IE7 by disabling ClearType
if a transform was being applied.

http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx
http://blogs.msdn.com/ie/archive/2006/03/03/543181.aspx
http://blogs.msdn.com/ie/archive/2006/02/03/524367.aspx

Does the problem go away if you disable ClearType?

Maybe it would work to remove the filter when z.now==1, right now it seems
to set it to 100%.

>  y.filter = "alpha(opacity=" + z.now*100 + ")";



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to