Code:
//Specify full URL to down and right arrow images (23 is padding-right to add to top level LIs with drop downs):
var arrowimages={down:['downarrowclass', 'down.gif', 23], right:['rightarrowclass', 'right.gif']}
Change down.gif and right.gif to whatever URLs are correct for your images. The simplest way to do this is to locate them in your browser (visit the images as if they were a webpage) then cut and paste that URL to replace the filename that is there now.
But you can also use a shorter "relative URL", such as:
myfolder/down.gif
or
../down.gif (if the image is located one directory up)
But again, please post a link to the page on your site (and in the future to the script in question) if you want more help. It will help us see what is going on.
For anyone else who might want to refer to the script while helping, here's a link:
http://www.dynamicdrive.com/style/cs...el_css_menu_2/
Bookmarks