The down arrows of my vertical menu css only show on the main page, how to fix it?
Return to Recent Questions
Q:
My question is, the down arrows only show on the main page, how do I fix this.
A:
Please, check images paths within 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 so (for example):
var arrowImageMain = ["images/arrow1.gif", "images/arrow2.gif"];
If you use Tuner, you should save data .js file 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.
Return to Recent Questions
|