I was having the same problem with fadeIn/Out in IE8.
I got around the problem by removing "position:relative" from the css
and adding it as an inline style from javascript:
$j(".menu-item" + menuItemIndex).attr("style",
"position:relative");
On May 27, 6:16 pm, Thijs Houtenbos <[email protected]>
wrote:
> A small sidenote about fade: in IE8 fadeIn/fadeOut doesn't always work as
> expected... (this doesn't happen in IE6/7)When the CSS isn't just right any
> child elements inside the faded container are not faded but appear
> instantly. In my case I solved it by not using 'position' for the
> children...
>
> John: Is this already a know problem with IE8 that will be solved by a later
> version of jQuery?
>
> THD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---