| 
      Return to Recent Questions I've tried to add the pathPrefix_img but I'm still having trouble with images in jump menu. 
 
 Q:
I've tried to add the pathPrefix_img as suggested and I'm still having trouble with
 images.
 Can you provide anymore feedback on what I'm doing wrong?
 
 
 A:
Now you have such paths:
 
 var pathPrefix_img="http://www.domain-name.com/images/";
 
 and
 
 var arrowImageMain=["CFTopMenu.files/arrv_white_1.gif",""];
 
 So, the full path we'll be:
 
 http://www.domain-name.com/images/CFTopMenu.files/arrv_white_1.gif
 
 Is it right?
 I've tried to download your image from this link. There is no such image.
 If you want to put all your images into the "images" folder you should write so:
 
 var pathPrefix_img="http://www.domain-name.com/images/";
 
 and
 
 var arrowImageMain=["arrv_white_1.gif",""];
 
 Please, check that you upload all  your images on the server in the right places.
 
 
 
 
 
 Return to Recent Questions
 
 
 |