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
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!
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