Drop Down Menu help

Discussion in 'CSS' started by koto, Jun 22, 2009.

  1. #1
    Hi,

    I built a website and had someone else build the css drop down menu for me. I am not experienced with building drop down menus and can't seem to figure out how to change the code so I can direct the links to certain pages.

    Here is the url.... http://www.michaelcoteau.com/indexjp.html

    Any advice would be helpful
     
    koto, Jun 22, 2009 IP
  2. zeronese

    zeronese Peon

    Messages:
    83
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    where is the information comming from???
    if not from database, you need to edit the html to point to the right location.
    for example:
    <li><a href="history.php">Goals</a></li>

    should be something like:
    <li><a href="goals.php">Goals</a></li>

    or anywhere you want to point it to.

    see if that helps!
     
    zeronese, Jun 22, 2009 IP
  3. bindassdelhiite

    bindassdelhiite Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Are your nav. bar hyperlinks stored in a JavaScript files?

    If that's so then look for them in that JavaScript file and you can easily change them.

    enjoy :)
     
    bindassdelhiite, Jun 23, 2009 IP