1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm
3) Describe problem:
Is there any way to make the main links clickable. Right now you can only hover over them to make the menu drop down
1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm
3) Describe problem:
Is there any way to make the main links clickable. Right now you can only hover over them to make the menu drop down
In this part of the code (for the menu links), simply replace the # with your url.
Hope this helps.Code:<ul> <li><a href="http://www.dynamicdrive.com">Home</a></li> <li><a href="#" rel="dropmenu1">Resources</a></li> <li><a href="#" rel="dropmenu2">News</a></li> </ul>
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I know that much. I have an url in the tag and it even shows up at the bottom of my browser when I hover over it. It does everything a link is supposed to do but take to a different page when I click it.
Ok, sorry, forgot one other thing. In chrome.js, find and edit this line:
Change "true" to "false", and that should be it.Code:disablemenuclick: true, //when user clicks on a menu item with a drop down menu, disable menu item's link?
Hope this helps.
//EDIT: For a demo of this, go to http://phphost.smackum.com/dd/chromemenu/demo.html
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Thanks a lot!
No problem, let us know if you need any more help.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
Bookmarks