[jQuery] problem with Effects/fadeIn in ie
when I run the sentence jQuery ( '# divId'). fadeIn ( "slow"); in ie
disappears in the backgroud, the background is a PNG image, the style
is for ie:
background-image: none;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader (src ='../
images2_FR/background.png ',
sizingMethod =' scale ');
the text in the div appeared normal.
Ariel thanks ....