Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • alain68 Friend
    #147941

    Hello,

    I use the template [Quartz] and have a problem with the [Moomenu].

    Indeed, the submenu items remain displayed too shortly when the user moves accidentally his mouse cursor out of the “boxes”.

    It is really a problem when there are a lot of sub-sub-menus.

    Is there a way to fix the duration for this?

    Thank you very much in advance for your answer,

    Regard,

    Alain

    Anonymous Moderator
    #330554

    Hi

    please check this thread: http://www.joomlart.com/forums/topic/submenu-does-no-show-properly-in-ie6/

    If this thread does not solve your issue, please give me your url and the browser which you have found this issue

    alain68 Friend
    #330907

    Hi,

    Have a look here : http://www.lewebpourtous.pro/ and please test the menu and sub-menu.

    File : ja.moomenu.css

    /* 2nd level and above */
    #ja-cssmenu li ul {
    border: 1px solid #202020;
    margin-top: 21px;
    background: url(../../images/trans-bg.png);

    In this case the issue is that this is hard to access to the sub-menu.
    This is why I need temporisation..

    Thanks,

    Alain

    Anonymous Moderator
    #331160

    Hi

    please open templates/ja_quartz/ja_menus/ja_moomenu/ja.moomenu.css file, find following code section:


    #ja-cssmenu li ul {
    background:url("../../images/trans-bg.png") repeat scroll 0 0 transparent;
    border:1px solid #202020;
    margin-top:21px;
    }

    and change to:


    #ja-cssmenu li ul {
    background:url("../../images/trans-bg.png") repeat scroll 0 0 transparent;
    border:1px solid #202020;
    }

    alain68 Friend
    #331161

    Hi,

    In this case I need this gap of 21px. It’s not possible to remove it.

    Thanks,

    Alain

    alain68 Friend
    #331290

    Hi,

    In fact I need the code to temporize the move of the mouse (1 seconde for example)

    Thanks,

    Alain

    Anonymous Moderator
    #331613

    Open templates/ja_quartz/ja_menus/ja_moomenu/ja.moomenu.js file, find:

    el.addEvent('mouseenter', function()
    {
    el.setActive();
    el2.show(0);
    return false;
    });

    el.addEvent('mouseleave', function()
    {
    el.setDeactive();
    el2.hide(20);
    });

    Here you change red texts to your idea.

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

This topic contains 7 replies, has 2 voices, and was last updated by Anonymous 14 years, 9 months ago.

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