[Proto-Scripty] Re: Toggle opacity

2013-01-23 Thread Köd
Thanks for your replies. I will look into them, though I have tried to get multiple to work - without success. I was wondering if you had read my post on stackoverflow? Maybe you could see if there was a different solution to my little issue, it's driving me mad! Den onsdag den 23. januar 2013

[Proto-Scripty] Re: Toggle opacity

2013-01-23 Thread Köd
Thanks for the quick replies guys, I really appreciate it, +1 for that! I was just wondering if you have read my post on stackoverflow? You might have a different way of handling this problem. Anyway, I tried to use the Effect.multiple for Appear, without any luck. I guess I tried it

[Proto-Scripty] Re: Toggle opacity

2013-01-23 Thread Köd
Guys! It works! I don't know what was wrong with my code before - but I made the Effect.Multiple work, thanks for your guidance! Weee, now I can continue being happy :D Den onsdag den 23. januar 2013 13.48.43 UTC+1 skrev Köd: Hi guys * To get a full view of my problem, please read:

[Proto-Scripty] Re: Toggle opacity

2013-01-23 Thread Köd
I did the following: a href=# onclick=Effect.multiple(['portfolioDiv','slideDiv'],function(el){Effect.toggle(el,'appear');}); both of my divs had the obvious style=display:none Using the same code to close them, since it's a toggle. Den onsdag den 23. januar 2013 13.48.43 UTC+1 skrev Köd: