|
|
|
Where do I add my "blahblah.htm" page links in javascript dynamic menu?
Return to Recent Questions
Q:
Where do I add my "blahblah.htm" page links in javascript dynamic menu?
See my menu data below. I assume it is between the first
pair " " but not sure about all the , , , , , "0" etc following.
["Home","", , , , , "0", , ],
["Contact","blahblah.htm", , , , , "0", , ],
["|Hosts","", , , , , , , ],
A:
Yes, it is really so, the following syntax is correct:
["Contact","blahblah.htm", , , , , "0"]
Here is the format for a javascript dynamic menu item:
["text", "link", "icon1", "icon2", "tip", "target", "styleIndex"]
Try to use DHTML Tuner application to configure your javascript dynamic menu:
http://dhtml-menu.com/menu/deluxe-tuner-info.html
Return to Recent Questions
Related:
- March 15, 2009 - How can I disable items in menu site web?
- March 16, 2009 - How can I change item width in the Vista templates in the dhtml pulldown menu?
- March 26, 2009 - After click the links the css menu deroulant stops showing up in cross-frame mode...
- March 29, 2009 - How could I call a script instead of specifying a link in javascript menu examples myspace?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in drop down menu css?
- Apr 01, 2009 - How can I set different parameters for diferent items in my javascript expanding menu?
- Apr 03, 2009 - I would like to change the height of the submenu items in the javascript cascading menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in menu using java script?
- Apr 06, 2009 - Can the link items NOT open a new window in the tree menu html?
- Apr 07, 2009 - I want to get my text within a single dhtml menu maker item to be on a two lines...
- Apr 11, 2009 - I cannot see the shadow on the top items in my menu cascading example.
|