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