My div is Opacity:0.7 and filter:alpha(opacity=70);
Fading out works fine
Fading in, it fades all the way to 1 and so is no longer transparent.
How can I fade it in to 0.7?
I tried a .fadeIn followed by .animate but .animate errors as the div is still display:none at that point.