You can either set the element to display:none using inline style  
tags, or you can use a listener to do it on DOM load:

document.observe('dom:loaded', function(){
     $('yourElement').hide();
});

Walter

On May 17, 2009, at 4:14 PM, Kazimir wrote:

>
> Hello,
>
> Is there any way that the Effect.SlideUp can be setup so that it is in
> the 'closed' position on page load?
>
> Thanks,
>
> K.
>
> >


--~--~---------~--~----~------------~-------~--~----~
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