perfectlyone
Newbie
Posts: 1
Registered: 11/22/2008
Member Is Offline
|
| posted on 11/22/2008 at 04:04 PM |
|
|
Icons Don't Appear On Remote Site Install Only
When running demo or modified version (customized menu items only in tree_items.js) from local hard drive, everything seems to work fine. When
uploaded same files to web site, both demo and modified version, icons do not appear though script otherwise runs fine.
Webpage using modified menu items: www.perfectlyone.com/links.htm
Icons are in path: www.perfectlyone.com/icons/
All other files are in path: www.perfectlyone.com/
Also tried putting all icon *.gif files in same path as *.js files, but that did not solve issue. Again, everything works fine on local hard drive.
|
|
|
tigra
Administrator
Posts: 2041
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/25/2009 at 08:08 PM |
|
|
Directory /icons/ is aliased by your web server to a different location.
You'll need to use different directory name (say /ico/) or change the server's configuration.
|
|
|