Hi,
i use prototype and scriptaculous. i change the visibility of the
block element p by using the following code:
for(var i=0;i<content_divs.length;i++){
content_divs[i].style.display = "none";
}
content_divs[id].style.display = "block";
How can i add a fade effect like fading out and in or just fading in
to the code above.
Regards,
dven
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---