Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jacques bonet Friend
    #136990

    I made a small enhancement on dropline menu (found in many joomlart template).

    This enhancement consist to have the sub menu aligned to the main menu item selected.

    You have to modify the function jasdl_show () in the file ja_menus/ja_scriptdlmenu/ja.scriptdlmenu.js.

    [PHP]function jasdl_show () {
    subx = document.getElementById(“jasdl-subnav”+jasdl_current.toString())
    if (subx)
    {
    // modif jb du 10/01/2009
    marginleft = $(“jasdl-mainnav” + jasdl_current.toString()).getPosition().x – $(“jasdl-mainnav”).getPosition().x
    $(“jasdl-subnav”).setStyle( “margin-left”, marginleft)
    // end modif jb
    subx.style.display = “block”
    }
    jasdl_setHover ()
    } [/PHP]

    Nota : use Mootools (is integrated with Joomla 1.5)

    Jacques

    scotty Friend
    #286054

    Hi Jacques, do you have a demo of this anywhere?

    jacques bonet Friend
    #286107
    scotty Friend
    #286110

    Yes this is a nice idea and works well.

    The only thing I don’t like, and it’s not just on your site, is the way the sub menu container appears and disappears all the time depending on whether main menu item has a ‘child’ or not. I think a static container looks better.

    quantaweb Friend
    #286952

    I think I recall seeing a fix for the dropline problem. The main body bounces around vertically based on whether or not you have any submenu items. I think it was somewhere in the Barite thread.

    This is an interesting tweak if the number of submenu items is small. Centering sounds like a terrible chore, but it would actually be more useful to me than left justifying under the main menu item.

    Any thoughths on how to do that? (centering the dropline submenu group?)

    ironlion37 Friend
    #301533

    <em>@scotty 105641 wrote:</em><blockquote>Yes this is a nice idea and works well.

    The only thing I don’t like, and it’s not just on your site, is the way the sub menu container appears and disappears all the time depending on whether main menu item has a ‘child’ or not. I think a static container looks better.</blockquote>

    I agree, I’m searching for a way to make the dropline container static in the Telin ii template.

    http://www.TheNewGreenEconomy.com

    TomC Moderator
    #301584

    <em>@ironlion37 124597 wrote:</em><blockquote>

    http://www.TheNewGreenEconomy.com</blockquote>
    HOLY COW, that’s an AWESOME Tag Cloud effect . . . where did you find/get it ???

    :confused:

    David Porré Friend
    #361952

    Hello jacques,

    Nice workaround ! it works ! ;p

    But I have a little problem, my submenus are set to be shown after I click on the links.

    So, on mouseover, the submenu is aligned, but when I click, it goes back to the left after page load.

    So I assume your trick is for “mouseover”, how could we enhance it to “active” ?

    Here’s my menu js file after your “hack”
    9577

    Hoping for answers,
    Best regards,
    David aka Shapes


    1. dropline.js_.zip
    David Porré Friend
    #361953

    To explain a bit more my problem, here are 2 images :

    Before click :

    After click :


    1. beforeclick
    2. afterclick
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 6 voices, and was last updated by  David Porré 13 years, 11 months ago.

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