- Posts: 12
- Thank you received: 0
Top Menu depht, one more time - SOLVED
-
sfheen
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #40687
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
Hello Ivan,
I can confirm that the "Always show sub menu items" is set to Yes ("Ja" in Norwegian language), and All in Max Level. ("Alle" in Norwegian language)
Se attached image.
Brgds
Svein F.
I can confirm that the "Always show sub menu items" is set to Yes ("Ja" in Norwegian language), and All in Max Level. ("Alle" in Norwegian language)
Se attached image.
Brgds
Svein F.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40688
by ivan.milic
Replied by ivan.milic on topic Top Menu depht, one more time
Just checked your site I see sub-menu drop-downs normaly ?
Please Log in to join the conversation.
-
sfheen
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 5 months ago #40689
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
Hello,
Strange.
Maybe my explanation of the problem was bad.
I can only see one Level on the webpage:
A-lag
|— Kontakt
|— Sesongen 2014
But I want it to show: (according to the menu-setup in backend)
A-lag
|— Kontakt
|— Sesongen 2014
|—|— Spillerstall 2014
|—|— Tabell 2014
|—|— Media
(Menupoint "Spillerstall 2014", "Tabell 2014" and "Media" are sub-menus under Sesongen 2014)
Hope this will clear up any misunderstandings.
Basicly I want the menu to appear like the one on the Attached image.
Brgds
Svein F
Strange.
Maybe my explanation of the problem was bad.
I can only see one Level on the webpage:
A-lag
|— Kontakt
|— Sesongen 2014
But I want it to show: (according to the menu-setup in backend)
A-lag
|— Kontakt
|— Sesongen 2014
|—|— Spillerstall 2014
|—|— Tabell 2014
|—|— Media
(Menupoint "Spillerstall 2014", "Tabell 2014" and "Media" are sub-menus under Sesongen 2014)
Hope this will clear up any misunderstandings.
Basicly I want the menu to appear like the one on the Attached image.
Brgds
Svein F
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40695
by ivan.milic
Replied by ivan.milic on topic Top Menu depht, one more time
In template_css.css:
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
display:none;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
display:block;
}
change to:
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
visibility:hidden;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
visibility:visible;
}
and below them add:
UL#nav2 UL UL{
margin-top: -32px;
margin-left: 174px;
}
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
display:none;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
display:block;
}
change to:
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
visibility:hidden;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
visibility:visible;
}
and below them add:
UL#nav2 UL UL{
margin-top: -32px;
margin-left: 174px;
}
Please Log in to join the conversation.
-
sfheen
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
10 years 5 months ago #40702
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
Hello,
I have tried to do the changes, but with no success.
As you now can see on the webpage, www.andalsnesif.no , the drop-down menu does not work at all.
Please review and correct (if nessesary) the attached template_css.css
Brgds
Svein F.
I have tried to do the changes, but with no success.
As you now can see on the webpage, www.andalsnesif.no , the drop-down menu does not work at all.
Please review and correct (if nessesary) the attached template_css.css
Brgds
Svein F.
Please Log in to join the conversation.
-
sfheen
Inactive member - Topic Author
- New Member
Less
More
- Posts: 12
- Thank you received: 0
Time to create page: 0.087 seconds