|
Images of dhtml menue showing up as blank in the preview screen...
Return to Recent Questions
Q:
When I attempt to use my own button image in the “itemBack Image”
selection under “Edit Individual Styles” does it keep showing up
blank on dhtml menue in the preview screen of DHTML Tuner?
A:
Try to check all your paths.
You can also use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/";
var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute.
For example:
var pathPrefix_img = "http://domain.com/images/";
var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [
["text", "index.html", "icon1.gif", "icon2.gif"],
];
So, images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif
Link path will be look so:
http://domain.com/pages/index.html
Please, try to use these parameters.
Return to Recent Questions
Related:
- Jun 04, 2009 - I've tried to change the width of the images within the popup menu...
- Jun 07, 2009 - The background images for css vertical menu are missing in the browser...
- Jun 18, 2009 - The background images is missing in collapsible menu
- Jun 23, 2009 - I cannot get the separator images to appear in the javascript drop down menu.
- Aug 13, 2009 - Why the background images disappear after hovering over html navigation menu items?
- Aug 21, 2009 - Is there a way in the onmouseover menus javascript maker to change preview screen color?
- Aug 22, 2009 - I've tried to specify the pathPrefix_img but I'm still having problem with images in simple html menu.
- Aug 24, 2009 - The mouse over menus works fine in the mouse over menus maker preview screen, but not on the html page.
- Sep 13, 2009 - There is a gray line under the html pop up menu images that makes it look broken.
- Nov 02, 2009 - My menu pop up no icons are not appearing in the preview, or when I open DHTML-menu.html
- Jan 26, 2010 - Is it possible to use background images for the top items in java pull down menu?
|