|
|
|
Can I set pointer that tells path to all menu dynamique vertical files?
Return to Recent Questions
Q:
I use graphic buttons in the menu dynamique vertical, 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 menu dynamique vertical 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 drop down menus in html for each image.
- Apr 19, 2009 - Is there a way to set the default mouseover popup tab on a page load?
- May 01, 2009 - When I set the AjaxCount to 0, my script de menu don't pop out anymore.
- May 12, 2009 - Is there a way to set a parameter such that when a down menus dhtml Item is CLICKED...
- May 15, 2009 - We want to set a specific width for each top level item in the dhtml website navigation
- May 24, 2009 - When set up links in the css menu list 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 pop up menu java?
- Jun 04, 2009 - I've tried to change the width of the images within the java popup menu...
- Jun 23, 2009 - I cannot get the separator images to appear in the java script drop down menu.
- Jul 12, 2009 - Is it possible to set target attribute individually for the web navigation design items?
- Jul 20, 2009 - How to get horizontal css menu to swap images to act like a traditional image rollover.
|