I really dont know if this is the problem, but note that the contents
that you're trying to hide must themselves be inside a div tag.

so where you put

<div id="right">Close this, please?!</div>

it must be

<div id="right">
  <div>Close this, please?!</div>
</div>

here's an example http://github.com/madrobby/scriptaculous/wikis/effect-toggle
(check the notes part)

Regards,

Pablo


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to