The first problem, I can't acces to morph the z-index property, i've done
everything to do that, try with css basic
style: 'z-index:10'
then with css camelCase:
style: 'zIndex:10'
and with all posibilities. So I thougt I was wrong but the others
properties really changes, just zindex doesn't.
I hope you can help me, I was three days looking for a solution in google
and other places but nothing.
In the other hand I have a problem with Effect.Parallel and queue, I can do
them work together.
What I need is to do is an Effect.Parallel one after the next, o better
say, I need to do the same Effect when I call de function that contain it,
but if I call twice (with a button), the queue doesnt work and the effect
starts before the other end.
I hope you can help me.