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