gouldtv wrote:
> Can this be done with Scriptalicious?
>
> http://www.communitychristian.org/aboutus/staff#a
> ...
> Right now, these new rows just POP into the table.  I really would
> like these new rows to "slide in" gracefully, like the demo in the
> link at the top of this message.  They are using a table too.  Is
> there hope for me and my little table using Scriptalicious?
>   
Due to the nature of tables, it is not possible to slide in table rows 
per se.  The web site you mention hides the data in the next row then 
"slides in" (e.g. Effect.BlindDown) the <div> inside.  The other option 
is to use <ul> and <li> to simulate a table so that you can slide in 
those nodes however you want.

- Ken Snyder

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-spinoffs@googlegroups.com
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