On 12/7/06, Dave Methvin <[EMAIL PROTECTED]> wrote:
> Also,  $('fade-me').attr('opacity', 0.5)  document.ready gives an IE script
> error in jQuery.attr on the line with elem.filter, because style.filter is
> undefined at that point. Even after fixing that, IE doesn't honor the
> opacity although I can see it's been set in the filter. So that part of the
> problem seems to be outside the fx code.

You can't set opacity by using attr(). $('#fade-me').css('opacity',
0.5) should work fine though.

--
Brandon Aaron

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

Reply via email to