|
|
|
Where do I add my "blahblah.htm" page links in javascript menu dynamique?
Return to Recent Questions
Q:
Where do I add my "blahblah.htm" page links in javascript menu dynamique?
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 menu dynamique item:
["text", "link", "icon1", "icon2", "tip", "target", "styleIndex"]
Try to use DHTML Tuner application to configure your javascript menu dynamique:
http://dhtml-menu.com/menu/deluxe-tuner-info.html
Return to Recent Questions
Related:
- March 15, 2009 - How can I disable items in collapsing menu?
- March 16, 2009 - How can I change item width in the Vista templates in the menus using css?
- March 26, 2009 - After click the links the javascript menu frames stops showing up in cross-frame mode...
- March 29, 2009 - How could I call a script instead of specifying a link in menu pop up myspace?
- March 31, 2009 - Is there any way can we display submenu items on mouse over in drop down menu select?
- Apr 01, 2009 - How can I set different parameters for diferent items in my dhtml dynamic menu?
- Apr 03, 2009 - I would like to change the height of the submenu items in the javascript slide menu...
- Apr 04, 2009 - Is there a way to have an automatic line-break for large submenu items in image rollover menu?
- Apr 06, 2009 - Can the link items NOT open a new window in the menus in web?
- Apr 07, 2009 - I want to get my text within a single menu and javascript item to be on a two lines...
- Apr 11, 2009 - I cannot see the shadow on the top items in my mouseover menu example.
|