Jquery - How do I fadein a partially transparent div and retain the opacity?

Posted by SLC on Stack Overflow See other posts from Stack Overflow or by SLC
Published on 2010-06-10T15:32:16Z Indexed on 2010/06/10 15:32 UTC
Read the original article Hit count: 118

Filed under:

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?

© Stack Overflow or respective owner

Related posts about jQuery