Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:18
cgi-bin and image location
Poster: beno
Dated: Thursday August 21 2003 - 21:43:11 BST
Hey how's it going,
My PHP files have to be placed in the cgi-bin but I also want the menu to be displayed on those pages. Is there anyway to specify the location of the "arrow.gif" for the submenus? I don't think you can have image files in the cgi-bin.. I tried uploading the arrow.gif file and it didnt show up. Any ideas?
thanks,
andy
Poster: John
Dated: Friday August 22 2003 - 0:13:49 BST
I suspect you're probably correct about not having images in cgi-bin (although I'm not positive, but I wouldn't put them there).
Anyway, you can put images for the menu anywhere you like. Just specify the location; e.g.,
Code:
"../images/arrow.gif",
...or whatever.