Toggle_blind blind"ed"up on load?

Hi there
I would like to use the effect toggle_blind
but when the page is loaded it loads with the effect blinddown, so it
shows the info page, I would like to load the page with all info
pages hidden (blindedup) andy ideas about how to this with the helper?

thanks in advance

Jorge Mario G. Mazo wrote:

Hi there
I would like to use the effect toggle_blind
but when the page is loaded it loads with the effect blinddown, so it
shows the info page, I would like to load the page with all info
pages hidden (blindedup) andy ideas about how to this with the helper?

thanks in advance

Sure, you could do something like, write a function that blinds down all
the objects you want and set it to run with an onload function, such as:

Then you could do a simple “”. Also, be
sure a style=“display:none;” property is set to the div’s you want to
blind down.

Let me know if that helps!

Wroked perfectely
thank you very much sir