script.aculo.us
script.aculo.us
Out of context: Reply #5
- Started
- Last post
- 29 Responses
- Teeuwen0
looks like your missing parameters. after the (this)
Theres:
onclick= "Effect. SlideUp( this); wind ow.set Timeout ('Effect.Appea r(\'demo-effect- slideup\', )', 2500 );""Yours:
Effect. S lideDown (this);But that's just a quick look
joyride2
(Aug 28 06, 06:05)that's only to make the one that slides up appear again, in the source of that page (demo) you'll see they use exactly the same code.
thx anyway.