Dropdown Text

Discussion in 'JavaScript' started by dblock120, Jun 26, 2007.

  1. #1
    How do we do the dropdown texts like the one at DP on the top where is saydForum Jump, Fun stuff, Search, QuickLinks, Tools stuff like that how we do that any website that will show me please or an example
     
    dblock120, Jun 26, 2007 IP
  2. Gatorade

    Gatorade Peon

    Messages:
    2,130
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Gatorade, Jun 26, 2007 IP
  3. gibex

    gibex Active Member

    Messages:
    1,060
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    95
    #3
    it's a simple div with a table with all forum links (you can view DP drop menu by clicking on view source from your browser)

    <div style="display:none; position:absolute; padding: 0px;"></div>
    and of course with a small effect :D

    Default that div is invisible to you (display:none), but visible on code (at view source), and it's activated with display:block.
     
    gibex, Jun 27, 2007 IP