>> OK - I've managed to break the problem down to a simple test case:
>>
>> http://kelvinluck.com/assets/jquery/fadeBug/
>>
>> As you will see, the fade doesn't happen in IE but the callback does. 
>> If you get rid of position:relative or any width in the styles of the 
>> UL then the fade works fine...

Notice that the elements jump down in Firefox, and that the "As you can
see..." paragraph jumps down in IE. Neither of those things should happen,
right?

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.


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

Reply via email to