We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 11526
    • 93 Posts
    Hi,

    I would like to have an menu like: http://code.gosu.pl/dl/mygosuMenu/demo/1.3/example3.html. This menu uses mygosuMenu (http://code.gosu.pl/, the menu i want is 1.3c).

    I’ve tried to implement mygosuMenu myself, but lost direction with all the templates and classes from wayfinder.

    Maybe somebody else has done this, or can help me with it?

    Thanks in advance!

    Greetings,
    Stijn Gielis
      • 10449
      • 956 Posts
      I’ve used a gosub menu before, but without modx.

      I’d look into menus that only use CSS; mostly, these just use lists or definition lists, without tables. Which makes the whole setup (templates etc.) much easier.

      e.g. http://www.cssplay.co.uk/menus/
        • 11526
        • 93 Posts
        Quote from: ganeshXL at Aug 19, 2007, 03:59 PM

        I’ve used a gosub menu before, but without modx.

        I’d look into menus that only use CSS; mostly, these just use lists or definition lists, without tables. Which makes the whole setup (templates etc.) much easier.

        e.g. http://www.cssplay.co.uk/menus/


        I’ve checked this site, but it isn’t a great help... There isn’t any menu that looks like the one I want... Thanks anyway fot your reply!

        Also, i’ve tried to integrate with mygosuMenu further, but stumpled upon a css problem (menu items in level 3 should have classname "box2", but last item should have ’box2-last"). There is something like lastclas, but that’s for all levels. I only want lastclas for level 3...