thank u very much'
i'll try it and let u know....

thanks again

On Tue, Dec 2, 2008 at 7:32 PM, Walter Lee Davis <[EMAIL PROTECTED]> wrote:

>
> On Dec 2, 2008, at 12:15 PM, shafir wrote:
>
> > <div style="display:none" id="advancedSearchBox">
>
> Change this to:
>
> <div class="hideme" id="advancedSearchBox">
>
> Don't do anything special to define hideme in your CSS, or at least,
> don't do anything to define the visibility of that class.
>
> Then somewhere in the head of your page after prototype loads, paste
> the following in a script block:
>
> document.observe('dom:loaded',function(){
>        $$('.hideme}.invoke('hide');
> );
>
> That's the simplest way I can think of to do this. Anything that you
> mark on the page with the hideme class will disappear, and before the
> page even gets around to displaying in a browser.
>
> Walter
>
>
>
> >
>


-- 
Shafir M

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to