|
|
|
Can I set pointer that tells path to all expand menu javascript files?
Return to Recent Questions
Q:
I use graphic buttons in the expand menu javascript, I believe the
color buttons locate in @BOOK1\@Test_BOOK1.files.
At this directory level, the display is OK,
However, if I click on "06) Introduction.to.Small-Signal.Amplifiers\<<Introduction >>>(06_IT.htm)" to move to the next level,
the color buttons won't display properly.
Can I set pointer that tells file 06_IT.htm that I
have "@Test_BOOK1.files" in "@BOOK1" folder?
A:
You can use additional parameter to make expand menu javascript image paths absolute:
var pathPrefix_img = "http://domain.com/images/";
These parameters allow to make images and links paths absolute.
For example:
var pathPrefix_img = "http://domain.com/images/";
var menuItems = [
["text", "index.html", "", ""],
];
Images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif
Please, try to use this parameter.
Return to Recent Questions
Related:
- Apr 17, 2009 - I have 25 images on one page. I want to use it's own popup code for drop down menu for each image.
- Apr 19, 2009 - Is there a way to set the default submenu in html tab on a page load?
- May 01, 2009 - When I set the AjaxCount to 0, my drop down menu code don't pop out anymore.
- May 12, 2009 - Is there a way to set a parameter such that when a drop down menu example Item is CLICKED...
- May 15, 2009 - We want to set a specific width for each top level item in the context menu javascript
- May 24, 2009 - When set up links in the dhtml menu creator using Tuner app, it changes them to different paths.
- May 25, 2009 - How can I setup size and color of the font for individual button in the javascript drop menu?
- Jun 04, 2009 - I've tried to change the width of the images within the dhtml menu editor...
- Jun 23, 2009 - I cannot get the separator images to appear in the popup menu in javascript.
- Jul 12, 2009 - Is it possible to set target attribute individually for the menu button items?
- Jul 20, 2009 - How to get pull down menu box to swap images to act like a traditional image rollover.
|