J3P
05-07-2010, 09:35 AM
Hi,
I'm implementing DD's jQuery Drop line tabs.
No real problems here.
However What I would like to see happen:
If a sub level item is clicked: the whole menu-structure should be visible.
Example working version:
Item 1 | Item 2 | Item 3 V | Item 4 }VISIBLE on hover
Item3s1 | Item3s2 V | Item3s3 }VISIBLE on hover Item 3
Item3s2s1 | Item3s2s2 | Item3s2s3 | Item3s2s4 }VISIBLE on hover Item3s2
Example Sub-sub Item3s2s3 is clicked
Item 1 | Item 2 | Item 3 V | Item 4 }VISIBLE, Item 3 highlighted
Item3s1 | Item3s2 V | Item3s3 }VISIBLE, Item3s2 highlighted
Item3s2s1 | Item3s2s2 | Item3s2s3 | Item3s2s4 }VISIBLE, Item32s2s2 highlighted
Any clues / thoughts how to achieve this?
Oh btw: my active items have extra classes "active" which I can style using CSS but they are simply not visible due the jQuery.
I'm implementing DD's jQuery Drop line tabs.
No real problems here.
However What I would like to see happen:
If a sub level item is clicked: the whole menu-structure should be visible.
Example working version:
Item 1 | Item 2 | Item 3 V | Item 4 }VISIBLE on hover
Item3s1 | Item3s2 V | Item3s3 }VISIBLE on hover Item 3
Item3s2s1 | Item3s2s2 | Item3s2s3 | Item3s2s4 }VISIBLE on hover Item3s2
Example Sub-sub Item3s2s3 is clicked
Item 1 | Item 2 | Item 3 V | Item 4 }VISIBLE, Item 3 highlighted
Item3s1 | Item3s2 V | Item3s3 }VISIBLE, Item3s2 highlighted
Item3s2s1 | Item3s2s2 | Item3s2s3 | Item3s2s4 }VISIBLE, Item32s2s2 highlighted
Any clues / thoughts how to achieve this?
Oh btw: my active items have extra classes "active" which I can style using CSS but they are simply not visible due the jQuery.