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