I apologize for the lack of details - I will try to explain more thoroughly...
Ok.
The menu I am working on is from milonic.com, and is an horizontal all image mouseover, dropdown menu. ( menu source: http://www.milonic.com/download.php?sampleid=18 )
My wordpress blog is here: http://www.treasurehiding.com/ljurban
You can see at the top right of the page, the broken images, and if you mouse over the one that says projects.gif, you can see that it drops down. Ideally, these would all be working images, and would display a different image on mouseover.
So, all the editing and configurations for the menu (including the image paths) are done within the main javascript file. ( see here: http://pastebin.com/f1f81f522 )
If you look in the js file, you can see that I am trying to code the image paths using the <?php bloginfo('template_url'); ?> tag. This seems to be the problem, because when I hard code the images instead, the menu will display properly. (But I really need to use the template_url method, as opposed to hard-coding.)
The only other changes I have made to the code are placing the javascript files into the header (see here: http://pastebin.com/f6f6170f9 ) and placing the file within the menu file where it is to display (see here: http://pastebin.com/f6beb0b99 ).
Please let me know if there is any other info I can provide, and thanks in advance for any help. I REALLY appreciate it!!
Thanks,
Rebecca