Results 1 to 7 of 7

Thread: Need Drop Down Menu Code

  1. #1
    Join Date
    Jul 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need Drop Down Menu Code

    I'm looking for code that will allow me to build a drop down menu system.
    Here's the requirements I'm looking to meet:
    -Modify 1 file (xml or js or something) to modify the menu. I don't want to have to modify every page to change the menu.
    -Mouseover / out shows hides second level items
    -Css Compatible. I want the menu to be able to adapt to the css I already have written for my current menu.
    -Cross Browser Compatability. I want it to work in both Firefox and IE
    -I don't want flash.
    -I don't want frames.

    If anyone has/can get me code that will accomplish the above, it'd be greatly appreciated.

    Thanks!
    -Chris

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    We've got no bloomin' end of 'em. One or two of them are actually worth the price of cow dung. Have a look.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I looked through there and wasn't able to find one that supported both css customization and editing 1 file to edit the menu contents.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You could modify most/all of those without too much trouble to place it into an external .js file, etc.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jul 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    How can I get the menu items in an external .js file to use my css?

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That could be defined with an external .css file.

    Or you could keep both in the head section of the page, if you really need them together.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Jul 2007
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I understand that I'd define it with a css file. My question is exactly how would I define the css in a js file so that it would accept the css formatting?

Bookmarks

Posting Permissions

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