Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • teletrance Friend
    #161039

    (later edit:)Hi, I am wondering if I can make sub nav to load faster. There is a anoying delay beetwin main nav and sub nav loading. Can I make then load borh?
    Thx!

    Hi, I need to make a change in subnav dropmenu (I guess in dropline.js) behavior in this way:
    I need my subnav to show active menu’s child items even onmouse hover/out on other main nav items.
    Extended explanation:
    I have 2 main nav buttons, called 1 & 2. 1 has 1a and 1b child subnav and 2 has 2a and 2b child subnav.
    if 2 is active, when hover on 1, the submenu items must remain 2 a and 2 b, not 1a and 1b, like default.

    What should I change in order to achive this?
    thanks!!!

    Sherlock Friend
    #379765

    Dear teletrance,

    You can try as following
    Open the file of pluginssystemjat3base-themesdefaultjsmenudropline.js,Look for this code
    [PHP] x._id = parseInt(jasdl_menuindex)
    x.onmouseover = jasdl_mouseOver[/PHP]

    Here you comment out the line of mouseover event to this
    [PHP] x._id = parseInt(jasdl_menuindex)
    // x.onmouseover = jasdl_mouseOver[/PHP]

    I hope this make sense !

    teletrance Friend
    #379832

    Yes, sure, thx! that comment did the trick!

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

This topic contains 3 replies, has 2 voices, and was last updated by  teletrance 13 years, 8 months ago.

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