Results 1 to 8 of 8

Thread: Drop-Down Menus

  1. #1
    Quack Shlup's Avatar
    Join Date
    Aug 2000
    Location
    California
    Posts
    34,993
    Articles
    14
    Blog Entries
    37
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default Drop-Down Menus

    I am crabby. I'm trying to get a fairly simple drop-down menu system for my site, like a Java one or something, and the world is being a poop.

    Everytime I find a free script there's a catch... One of them made it so every time I click anything their webpage opens. Another would only let me build the menu, but wouldn't give me the code unless I gave them $100 or some poophead amount. Another was like "omg I sux," and a couple more were so complicated I was like nooooo.

    So if anyone knows of a way for me to make a drop-down menu for my site (with submenus) without learning a new computer language I will weep for joy. If someone made one for me I would make a banner in your image and hang it in my car window.

    I doubt I'll get a good response for this but I've been trying to get this going for two days now and I think a chunk of brain just fell out of my ear.

  2. #2
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    It can be done with CSS, in which case it probably won't work in IE. Like this: http://www.meyerweb.com/eric/css/edge/menus/demo.html

    Or it can be done with Javascript, in which case it will probably be sucky and annoying and will involve you learning another programming language (and not a fun one, either).

  3. #3
    Quack Shlup's Avatar
    Join Date
    Aug 2000
    Location
    California
    Posts
    34,993
    Articles
    14
    Blog Entries
    37
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Wont work in IE... I'm sure my visitors will love that.

    I found a few cracked apps on BitTorrent, so hopefully one of those will work. One program I had was really nice, but wont let me even see the code without monies. *cwy*

  4. #4
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Are they distributed in a Java .class file? If so, send it to me and I might be able to decompile it.

    Then it would be a pretty simple job to remove the extra stuff.

  5. #5
    (。◕‿‿◕。) Recognized Member Jojee's Avatar
    Join Date
    Dec 1999
    Posts
    9,611
    Contributions
    • Former Cid's Knight

    Default

    http://dynamicdrive.com has workable dropdown menu scripts.


    Wat
    is
    going
    on
    wtf
    rawr

  6. #6
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Using Java (Java that is, not Javascript) for dropdown menus would be overkill in the extreme. I've never seen such a thing.

  7. #7
    Quack Shlup's Avatar
    Join Date
    Aug 2000
    Location
    California
    Posts
    34,993
    Articles
    14
    Blog Entries
    37
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    Shoot... I think I deleted the Java one. That was the one that was opening the creator's web page with every click. I tried to change that myself, but then I was like "hey, this is complicated. dam."

    I'm gonna try some of the ones on dynamicdrive, 'cause all the ones on hotscripts are eeevil.

  8. #8
    Prinny God Recognized Member Endless's Avatar
    Join Date
    Aug 2000
    Location
    Prinny Moon
    Posts
    2,641
    Contributions
    • Former Cid's Knight

    Default

    The key is CSS plus a touch of Javascript. I find this <a href="http://www.alistapart.com/articles/horizdropdowns/">How-to</a> quite complete and it explains step by step what to do and change to first make the menu then make it work with IE (and it does, tested with IE the "prettier one"). Also see <a href="http://www.alistapart.com/articles/dropdowns/">this one</a>.

    And then there is Death

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •