Top Menu depht, one more time - SOLVED

  • sfheen
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40687 by sfheen
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.
Attachments:

Please Log in to join the conversation.

More
10 years 5 months ago #40688 by ivan.milic
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
  • New Member
More
10 years 5 months ago #40689 by sfheen
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
Attachments:

Please Log in to join the conversation.

More
10 years 5 months ago #40695 by ivan.milic
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;
}

Please Log in to join the conversation.

  • sfheen
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40702 by sfheen
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.

Please Log in to join the conversation.

  • sfheen
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago - 10 years 5 months ago #40703 by sfheen
Here is the file....

(remane from .txt to .css)
Attachments:
Last edit: 10 years 5 months ago by sfheen.

Please Log in to join the conversation.

Time to create page: 0.087 seconds
Powered by Kunena Forum