jquery won't fade text if positioned: absolute;
        Posted  
        
            by DA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DA
        
        
        
        Published on 2010-03-23T20:33:36Z
        Indexed on 
            2010/03/23
            20:43 UTC
        
        
        Read the original article
        Hit count: 414
        
I have LI that I want to fade out and back in. Within the list item I have some text. This text is positioned absolutely within the LI.
The catch is that in IE8 (IE6 and 7 seem fine) I can get everything to fade except the text:
If I remove the absolute positioning on the text element (in this case, a P), IE8 then can fade the text properly:
Anyone know why this is? Anyone know of a fix?
© Stack Overflow or respective owner