Menu/submenu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Posting2002

    Menu/submenu

    Hi, I am trying to create the following:



    So far it's in Javascript and when you're going over the top buttons in the
    menu, it creates a different sub-menu for each of them. This sub-menu is
    just a single image the way I've created it....

    What I'm trying to do is now link various parts of the sub-menu to various
    page links or actions.

    Can somebody let me know if this is possible with Javascript and what I
    would have to do?

    THANKS!!!


  • kaeli

    #2
    Re: Menu/submenu

    In article <1D3sc.2714$sr3 .61803@news20.b ellglobal.com>, posting2002
    @sympatico.ca enlightened us with...[color=blue]
    >
    > What I'm trying to do is now link various parts of the sub-menu to various
    > page links or actions.
    >
    > Can somebody let me know if this is possible with Javascript and what I
    > would have to do?
    >[/color]

    Menus are very possible, but difficult to get cross browser. Why
    reinvent the wheel? Use a free one.



    --
    --
    ~kaeli~
    With her marriage, she got a new name and a dress.



    Comment

    • Posting2002

      #3
      Re: Menu/submenu

      THanks!!! What if I want to use a subset of images such as what you see in
      that link? It would not be possible with DHTML, would it?

      THanks!!!


      "kaeli" <tiny_one@NOSPA M.comcast.net> wrote in message
      news:MPG.1b1bac 9654425ba9989e7 0@nntp.lucent.c om...[color=blue]
      > In article <1D3sc.2714$sr3 .61803@news20.b ellglobal.com>, posting2002
      > @sympatico.ca enlightened us with...[color=green]
      > >
      > > What I'm trying to do is now link various parts of the sub-menu to[/color][/color]
      various[color=blue][color=green]
      > > page links or actions.
      > >
      > > Can somebody let me know if this is possible with Javascript and what I
      > > would have to do?
      > >[/color]
      >
      > Menus are very possible, but difficult to get cross browser. Why
      > reinvent the wheel? Use a free one.
      >
      > http://www.dynamicdrive.com
      >
      > --
      > --
      > ~kaeli~
      > With her marriage, she got a new name and a dress.
      > http://www.ipwebdesign.net/wildAtHeart
      > http://www.ipwebdesign.net/kaelisSpace
      >[/color]


      Comment

      • kaeli

        #4
        Re: Menu/submenu

        In article <9yosc.11239$tb 4.505231@news20 .bellglobal.com >, posting2002
        @sympatico.ca enlightened us with...[color=blue]
        > THanks!!! What if I want to use a subset of images such as what you see in
        > that link? It would not be possible with DHTML, would it?
        >
        > THanks!!![/color]

        Sure. Use HVMenu from that site. They allow images instead of text (as
        rollovers).

        --
        --
        ~kaeli~
        Can you be a closet claustrophobic?



        Comment

        • Posting2002

          #5
          Re: Menu/submenu


          "kaeli" <tiny_one@NOSPA M.comcast.net> wrote in message
          news:MPG.1b1bdc 0b1f4a1709989e7 b@nntp.lucent.c om...[color=blue]
          > In article <9yosc.11239$tb 4.505231@news20 .bellglobal.com >, posting2002
          > @sympatico.ca enlightened us with...[color=green]
          > > THanks!!! What if I want to use a subset of images such as what you see[/color][/color]
          in[color=blue][color=green]
          > > that link? It would not be possible with DHTML, would it?
          > >
          > > THanks!!![/color]
          >
          > Sure. Use HVMenu from that site. They allow images instead of text (as
          > rollovers).
          >[/color]

          Thanks!!! Only one more issue remains!!!

          The second row of menu (the sub-menu) is only arranged vertically in the
          HVMenu, is this correct? I do not see any options for arranging the menu
          horizontally or vertically other than for the FIRST level of the menu.

          Thanks a lot for the help!!!


          Comment

          • kaeli

            #6
            Re: Menu/submenu

            In article <q8qsc.16280$sr 3.306741@news20 .bellglobal.com >, posting2002
            @sympatico.ca enlightened us with...[color=blue]
            > Thanks!!! Only one more issue remains!!!
            >
            > The second row of menu (the sub-menu) is only arranged vertically in the
            > HVMenu, is this correct? I do not see any options for arranging the menu
            > horizontally or vertically other than for the FIRST level of the menu.
            >[/color]

            Horizontal or vertical is for the whole menu.

            If you choose horizontal, the menu goes at the top with submenus
            underneath, like so.


            menu menu menu
            sub sub sub
            sub2 sub2 sub2

            If you choose vertical, it goes on the side with submenus to the right.
            menu sub1
            sub2

            menu sub1
            sub2

            --
            --
            ~kaeli~
            Murphy's Law #2030: If at first you don't succeed, destroy
            all evidence that you tried.



            Comment

            • Posting2002

              #7
              Re: Menu/submenu

              How would I do it if I want:

              menu menu1 menu2 menu3
              sub sub2 sub3 sub4 sub5

              where sub, sub2, sub3 and so on correspond to menu, and if I went over to
              menu1, this would look:

              menu menu1 menu2 menu3
              sub6 sub7 sub8 sub9 sub10

              and so on...so the submenu changes depending on the menu item.


              Thanks!!!

              "kaeli" <tiny_one@NOSPA M.comcast.net> wrote in message
              news:MPG.1b1bf5 f6f8ce7884989e7 c@nntp.lucent.c om...[color=blue]
              > In article <q8qsc.16280$sr 3.306741@news20 .bellglobal.com >, posting2002
              > @sympatico.ca enlightened us with...[color=green]
              > > Thanks!!! Only one more issue remains!!!
              > >
              > > The second row of menu (the sub-menu) is only arranged vertically in the
              > > HVMenu, is this correct? I do not see any options for arranging the menu
              > > horizontally or vertically other than for the FIRST level of the menu.
              > >[/color]
              >
              > Horizontal or vertical is for the whole menu.
              >
              > If you choose horizontal, the menu goes at the top with submenus
              > underneath, like so.
              >
              >
              > menu menu menu
              > sub sub sub
              > sub2 sub2 sub2
              >
              > If you choose vertical, it goes on the side with submenus to the right.
              > menu sub1
              > sub2
              >
              > menu sub1
              > sub2
              >
              > --
              > --
              > ~kaeli~
              > Murphy's Law #2030: If at first you don't succeed, destroy
              > all evidence that you tried.
              > http://www.ipwebdesign.net/wildAtHeart
              > http://www.ipwebdesign.net/kaelisSpace
              >[/color]


              Comment

              • kaeli

                #8
                Re: Menu/submenu

                In article <D9rsc.16937$sr 3.330476@news20 .bellglobal.com >, posting2002
                @sympatico.ca enlightened us with...[color=blue]
                > How would I do it if I want:
                >
                > menu menu1 menu2 menu3
                > sub sub2 sub3 sub4 sub5
                >
                > where sub, sub2, sub3 and so on correspond to menu, and if I went over to
                > menu1, this would look:
                >
                > menu menu1 menu2 menu3
                > sub6 sub7 sub8 sub9 sub10
                >
                > and so on...so the submenu changes depending on the menu item.
                >
                >[/color]

                Um, that's how it works already, unless I misunderstand what you're
                saying. That's horizontal.
                Modify the variable file that comes with.

                --
                --
                ~kaeli~
                Support your local medical examiner: die strangely!



                Comment

                • ivette

                  #9
                  Re: Menu/submenu

                  hello,

                  You may achieve this effect with allwebmenus 3.1 PRO.
                  It is a program that uses javascript to create horizontal or vertical
                  menus. You may have text, images or both.

                  what i like about it is that works in many browsers, for MAC and PC
                  platform.

                  examples at http://www.likno.com/examples.html


                  "Posting200 2" <posting2002@sy mpatico.ca> wrote in message news:<D9rsc.169 37$sr3.330476@n ews20.bellgloba l.com>...[color=blue]
                  > How would I do it if I want:
                  >
                  > menu menu1 menu2 menu3
                  > sub sub2 sub3 sub4 sub5
                  >
                  > where sub, sub2, sub3 and so on correspond to menu, and if I went over to
                  > menu1, this would look:
                  >
                  > menu menu1 menu2 menu3
                  > sub6 sub7 sub8 sub9 sub10
                  >
                  > and so on...so the submenu changes depending on the menu item.[/color]

                  Comment

                  Working...