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.

DroptoLeft Function

Home Forums Older releases 1.0.x DroptoLeft Function

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3273
    Klopfa0
    Participant

    Hi there,

    can someone explain to me the DropToLeft function ?
    How does it detect, that it should DropToLeft?
    Is there a jQuery-function, which indicates the browser-width?

    Tried to implement the dropdown into a DokuWiki page, but the sub-levels run out of the right site, so I can’t see them anymore….

    The z-index of dokuwiki may be one solution. But I’m not the administrator of our wiki and the changes will have an affect on every wiki-page. This is not what i want…

    Now I think about alternatives…
    Maybe I can change the function –> reduce browser width –> dropdown will “earlier” DropToLeft.

    #3274
    Klopfa0
    Participant

    Here’s an img:

    #3276
    Klopfa0
    Participant

    Hi,

    I was able to solve the issue.
    In DokuWiki, on editing a wiki-page, I have the opportunity to use html code to change the style of a specific <div> instead of changing the stylesheed for the whole DokuWiki.
    So there was a

    overflow:hidden

    on the <div>

    Changed it to

    overflow:visible;

    and all the submenus are displayed.

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.