Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Unfortunatly for all web pages that are not in the root the images on the menus are not show. Is there a way around this or is there a better way of putting the menu on all pages of the website.
Initially ran into somewhat the same problem with mine except I'm not using graphics. Pages that were buried couldn't find the scripts. Now I have the scripts at my site root level and simply call the scripts to refer to the root like this...
The images can be anywhere because they are called by the script and since their reference is also absolute (sort of) it doesn't matter where they are. Mine are all in /images/ within the directory I'm working with. Check my array at http://westcgi.west.asu.edu/sai/templat ... _array.cfm to see the whole mess. Save it to disk rather than trying to view it directly.
Thanks for that, i can see your code but the images are on the items on the sub menus, see the below example the google_icon.gif is only visible when in root web pages, the only way i have found around it is to put in the complete web address such as http://www.test.com/menu/google_icon.gif.
However, I would think you could use the same method I did to call your images. Once you're on a page the server should have the base in mind (e.g., http://www.test.com), so you should be able to go from there with something like ,"<img src=/images/google_icon.gif..., etc. (assuming you plopped all your images in /images/ at the top level, of course).