Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dogtags Friend
    #118530

    I’d like to make the sub menu items closer to the top items (in the suckerfish menu)

    There is a small ‘dead spot’ between the top-level items and the sub items where the sub menu disappears

    Which css variable is it that affects the placement of the sub items in the suckerfish menu?

    I tried changing the z-index /ja_cssmenu/ja-sosdmenu.css to 79 and then to 129 (then Shift/refresh) to see what happened, but the suckerfish sub items didn’t change position

    #ja-cssmenu li ul {
    width: 15.4em;
    position: absolute; /* second-level lists */
    z-index: 99;
    left: -999em; /* using left instead of display to hide menus because display: none isn’t read by screen readers */
    height: auto;
    width: 14.9em;
    }

    How can I move the sub menu items a little closer to the top-level suckerfish menu items?

    Many thanks 🙂

    dogtags Friend
    #213813

    Got it….

    same file as above, look a little lower – changed from this:

    #ja-cssmenu li ul {
    margin: -1.6em 0 0 13em;
    }

    to this:

    #ja-cssmenu li ul {
    margin: -1.6em 0 0 12em;
    }

    No dead spot now, works nicely, FF and IE7

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

This topic contains 2 replies, has 1 voice, and was last updated by  dogtags 17 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum