Combining two different effects...
Hi, i'm completly new to this kind of stuff and now i have a (little) problem.
First of all i had done a Accordion with Tabs like here:
http://flowplayer.org/tools/demos/tabs/accordion.html
Thats currently working. I split every head/title of the 3 panes in 2 parts (div), first the name of the head-pane, e.g. "First Pane" and a div-container for a navigation...
I want that the navigation part fade in of the current activating pane and the other navigations should be fade out.
It's not easy to explain what i mean ._.
For example:
At first it looks like this:
First Pane | Navigation First Pane
---------------------
CONTENT FIRST PANE
---------------------
Second Pane | Navigation Second Pane (not visible)
---------------------
Third Pane | Navigation Third Pane (not visible)
-----------------------
If i click on the third pane, i want to fade in the navigation third pane AFTER sliding the pane on top and the other navigations should fade out...
Hope you can help me :-(