Hello all -

I'm using scriptaculous' Effect.blindup and blinddown effect to create
a tree menu. It's basicalled nested divs with indentation.

When the page loads, I want the tree to be completely collapsed. I
tried setting the inline style for each div to "visibility: hidden",
but then Effect.Blindup would not cause the div to appear. I tried
using javascript to walk the DOM tree and set each div to
style.display = "none", but again, BlindUp could not cause it to
appear.

How can I default divs to not appear in a way that BlindUp will cause
them to appear?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to