Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

oldgit

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Accordion css? #2638
    oldgit
    Participant

    Thanks – that gave me the clue where to look
    I have the menu horizontal on homepage and vertical on the rest so had conflicting rules

    in reply to: Accordion css? #2633
    oldgit
    Participant

    On 0.9.7
    I looked at my working menu again and I have a slight problem on desktop:
    On page load it shows a chosen sub tree in full, which is what I want ( it gets that from the url params)

    If I mouse off the expanded sub tree it contracts
    If the mouse never goes over the menu it stays open

    I would like to lock the sub tree open even if I roll over another subtree parent..
    – or alternatively if the sub tree animates back to expanded when I mouse off the menu that would work ok

    (keepHighlighted:1 makes no difference)

    Thanks!

    oldgit
    Participant

    Thank you very much- perfect – you really know your JS inside out!
    May I suggest you include this functionality as an init option in next version – would make your menu all conquering!

    in reply to: Accordion css? #2344
    oldgit
    Participant

    Hi.. I have this fixed now – this is what I did :

    ul.sm-vert li:hover ul {
    	position:relative !important;}

    Sorry didn’t get to post before you did!

Viewing 4 posts - 1 through 4 (of 4 total)