making a pull down menu?

Discussion in 'JavaScript' started by liam_d, Dec 30, 2005.

  1. #1
    Hi all, i wish to make menu's like the ones vbulletin has at the top like forum jump and search pull down menus.

    Can anyone point me in the right direction, mabye tutorials or something?

    Many thanks!
     
    liam_d, Dec 30, 2005 IP
  2. n0other

    n0other Peon

    Messages:
    146
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hello, one way you could go is to play with css's display value on{event} (show when needed, hide otherwise), also, setting the appropriate z-index (so your layer is on top).
     
    n0other, Jan 1, 2006 IP
  3. liam_d

    liam_d Active Member

    Messages:
    306
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #3
    Hmm thank you i will have a look into that!
     
    liam_d, Jan 1, 2006 IP
  4. Farkas

    Farkas Well-Known Member

    Messages:
    389
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    140
    #4
    Check dhtml , here are some scripts you can use:

    http://gosu.pl/dhtml/mygosumenu.html
     
    Farkas, Jan 1, 2006 IP
  5. rosytoes

    rosytoes Peon

    Messages:
    230
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    rosytoes, Jan 2, 2006 IP
  6. pairbrother

    pairbrother Well-Known Member

    Messages:
    386
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #6
    pairbrother, Jan 2, 2006 IP
  7. legend2

    legend2 Well-Known Member

    Messages:
    1,537
    Likes Received:
    74
    Best Answers:
    0
    Trophy Points:
    115
    #7
    just write a dropdown menu, and add on event like onChange or onClick (for the master tag, not for every inner element of the drop down menu)
     
    legend2, Jan 6, 2006 IP