|
|
|
Can I set pointer that tells path to all script drop down menus files?
Return to Recent Questions
Q:
I use graphic buttons in the script drop down menus, 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 script drop down menus 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, 2007 - I have 25 images on one page. I want to use it's own popup drop down menu in html for each image.
- Apr 19, 2007 - Is there a way to set the default css dynamic menu tab on a page load?
- May 01, 2007 - When I set the AjaxCount to 0, my onmouseover examples don't pop out anymore.
- May 12, 2007 - Is there a way to set a parameter such that when a script menu horizontal Item is CLICKED...
- May 15, 2007 - We want to set a specific width for each top level item in the java navigation menu
- May 24, 2007 - When set up links in the menus dynamic using Tuner app, it changes them to different paths.
- May 25, 2007 - How can I setup size and color of the font for individual button in the html menu creator?
- Jun 04, 2007 - I've tried to change the width of the images within the pop up menu creator...
- Jun 23, 2007 - I cannot get the separator images to appear in the drop down menu templates.
- Jul 12, 2007 - Is it possible to set target attribute individually for the web drop down menu items?
- Jul 20, 2007 - How to get java web menu to swap images to act like a traditional image rollover.
|