Development Javascript mouseover menu

Discussion in 'Software' started by Millusdk, 15 Jun 2008.

  1. Millusdk

    Millusdk What's a Dremel?

    Joined:
    27 Jan 2008
    Posts:
    140
    Likes Received:
    1
    Hi

    I am looking for a guide on how to create a javascript menu. What i want is a horizontal menubar, on wich 2 of the menu items need to have vertical menus that apear below them. Does anyone know any guides that can help me crate this?
     
  2. klutch4891

    klutch4891 What's a Dremel?

    Joined:
    4 Feb 2008
    Posts:
    693
    Likes Received:
    25
    I dont know about a guide for it but I have something like that made already if you would like a copy of it.
     
  3. Millusdk

    Millusdk What's a Dremel?

    Joined:
    27 Jan 2008
    Posts:
    140
    Likes Received:
    1
    That would be nice
     
  4. klutch4891

    klutch4891 What's a Dremel?

    Joined:
    4 Feb 2008
    Posts:
    693
    Likes Received:
    25
    well I found the html portion of the code but I cant find the javascript section just yet. :wallbash: Ill keep looking though.

    I just put those into the head and body respectively and used CSS to dress it up and position each one. theres most likely an easier solution to the problem but it works for me.
     
  5. OleJ

    OleJ Me!

    Joined:
    1 Jul 2007
    Posts:
    2,024
    Likes Received:
    10
  6. RickDawson

    RickDawson Minimodder

    Joined:
    29 Mar 2006
    Posts:
    629
    Likes Received:
    4
  7. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    Also look at the CSS menus here, some people have JS switched off.

    The style you describe looks to be this one.

    Nicest I've come across is Transmenus. It's commercial if you want templates, but there's a free earlier/basic version from the original code author Adam Boordman somewhere.
     
    Last edited: 15 Jun 2008
  8. Millusdk

    Millusdk What's a Dremel?

    Joined:
    27 Jan 2008
    Posts:
    140
    Likes Received:
    1
    It is exactly that style of menu I am looking for :rock: Thanks a lot
     
  9. Millusdk

    Millusdk What's a Dremel?

    Joined:
    27 Jan 2008
    Posts:
    140
    Likes Received:
    1
    Well i have adopted parts of their menu for my website, however i does not work in IE7 :confused: on their site it works no matter what browser i use IE7 / FF3b5
    I have also tried to copy the menu as they say you should onto a blank page, and it doesn't work here either :wallbash:
    you can see the blank page one here http://test.icgentofte.dk/test.php
    I am starting to think it might be a problem with the setup on the server.
     
    Last edited: 16 Jun 2008

Share This Page