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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -