- Posts: 14116
- Thank you received: 1639
Top Menu depht, one more time - SOLVED
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 5 months ago #40705
by ivan.milic
Replied by ivan.milic on topic Top Menu depht, one more time
Try like this:
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
visibility:hidden;
display:none;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
visibility:visible;
display:block;
}
#nav2 li:hover ul ul,#nav li:hover ul ul ul,#nav2 li:hover ul ul ul ul {
visibility:hidden;
display:none;
}
#nav2 li:hover ul,#nav li li:hover ul,#nav2 li li li:hover ul,#nav2 li li li li:hover ul {
visibility:visible;
display:block;
}
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 #40707
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
The drop-down menus now works again, but still no sub-menu under the menu A-lag -> Sesongen 2014
Brgds
Svein F.
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 #40708
by ivan.milic
Replied by ivan.milic on topic Top Menu depht, one more time
Try:
#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;
display:block;
}
And use:
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 {
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;
display:block;
}
And use:
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 #40714
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
Closer to a solution.
The third level now sub-menus shows up, but it is not possible to click on them as they disapears when moving the cursor over them.
Shall I still use this code as suggested earlier in an other simular topic?:
#nav2 li:hover > ul{
visibility: visible!important;
}
Can't see any differense with or without this code.
Brgds
Svein F.
The third level now sub-menus shows up, but it is not possible to click on them as they disapears when moving the cursor over them.
Shall I still use this code as suggested earlier in an other simular topic?:
#nav2 li:hover > ul{
visibility: visible!important;
}
Can't see any differense with or without this code.
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 #40720
by ivan.milic
Replied by ivan.milic on topic Top Menu depht, one more time
First you forgot closing bracket } after:
UL#nav2 UL UL{
margin-top: -32px;
margin-left: 174px;
second add !important fags:
UL#nav2 UL UL{
margin-top: -32px!important;
margin-left: 174px!important;
}
UL#nav2 UL UL{
margin-top: -32px;
margin-left: 174px;
second add !important fags:
UL#nav2 UL UL{
margin-top: -32px!important;
margin-left: 174px!important;
}
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 #40727
by sfheen
Replied by sfheen on topic Top Menu depht, one more time
Corrections done, but no improvement.
Ivan, contact me by e-mail and I will give you superadmin access.
Ivan, contact me by e-mail and I will give you superadmin access.
Please Log in to join the conversation.
Time to create page: 0.081 seconds