|
I can see the down arrows of my javascript drag and drop on the main page only, how to fix it?
Return to Recent Questions
Q:
I can see the down arrows of my javascript drag and drop on the main page only, how to fix it?
A:
If you use Tuner, you should save your javascript drag and drop before you'll select
images. When you save .js file it means that you set a root directory
for the project, so Tuner can make all selected images with relative
paths.
Check all images paths within you data .js file.
For example, if you have data.js file here:
c:/website/data.js
and your images are stored here:
c:/website/images/
you should set image name in the following way:
var arrowImageMain = ["images/arrow1.gif", "images/arrow2.gif"];
Return to Recent Questions
Related:
- March 13, 2009 - I cannot see simple dhtml menu on my pages.
- March 19, 2009 - How to get the dynamic menus to highlight and stay on the page you're viewing?
- Apr 05, 2009 - We have status bar errors that say: "Done, but with errors on page" in dhtml css menu...
- Apr 09, 2009 - My net dropdown menu disappears on the home page.
- Apr 17, 2009 - I have 25 images on one page. I want to use it's own popup code for drop down menu for each image.
- Apr 19, 2009 - Is there a way to set the default submenu in html tab on a page load?
- May 10, 2009 - Since I installed the javascript disable button on our website the homepage start loads slowly...
- May 19, 2009 - I built the javascript vertical menu and tried it in my site and I see text only...
- May 23, 2009 - I can see only the code generated by the GUI tool.How should I install menu tree javascript?
- May 30, 2009 - Can you create/destroy jump menu javascript javascript with only client side javascript?
- May 30, 2009 - If the new page in the frame is a frameset itself, the css collapsible menu won't show up.
|