with the DOMReady extension (http://agileweb.org/articles/2006/07/28/onload-final-update) its quite fast do stuff like that:

Event.observe(window, 'load', function(){
$('element_xyz').hide();
});

hth

On 9/1/06, stef <[EMAIL PROTECTED]> wrote:

thanks, that worked great

i guess its impossible to avoid inline styles? doing this with an event
handler would require us to wait for the page to finish loading?







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

Reply via email to