Transparent background with jQuery? -


i use jquery fadeto transparent background of div, affects content inside div text. there way affect background div , not content?

you can use

$("div").animate({background: "transparent"}, 1000); 

you'll need color animation plugin capability.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -