Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:45
Basic href instead of dropdown
Poster: jenky77
Dated: Monday February 2 2004 - 22:10:15 GMT
Hello. Some of the buttons on my nav don't require a drop down so could you tell me how i can alter the the milonic code so that some buttons are just straight hrefs. I have tried various ways but as of yet no joy!
Many thanks
Leigh
Poster: John
Dated: Monday February 2 2004 - 22:57:59 GMT
Not having a URL (as requested) to see your code can make it tough, but I'll take a guess...
Remove the showmenu= statement and have only a url= statement in the aI().
Poster: jenky77
Dated: Tuesday February 3 2004 - 22:16:45 GMT
Thanks for your advice. In the end i opted for the longer, but only fullproof way I could think of doing it ie removing the btns which didn't require dropdowns from the menu altogether and placing them straight into the page using basic <a href="blah/blah.shtml">
Many thanks again
Leigh
Poster: bobwill
Dated: Tuesday February 3 2004 - 22:33:27 GMT
Just for your info. Two lines of code. First line says to "show a menu".
Second line just executes the "URL"
Third line says to just execute the "htm" file in root directory.
Hope this may help.
aI("text=Drop Down Stuff Menu;showmenu=dropdown menu;status=Drop Menu;");
aI("text=Go to Other Site;url=http://www.newsite.org;target=_blank;status=The Other site;");
aI("text=Contact Us;url=/contact.htm;status=Contact;");