Don't know if I can explain this correctly or not.
I have a site using the Mionic menu:
http://www.dmgstaging.com/Index.aspx
It's an all image menu and works perfectly.
This company has their corporate info hosted elsewhere and those web pages use full url's to point to our site for CSS and JS files (and image via the CSS file).
This site (the one hosted elsewhere) loads fine and the Milonic menu paints, but none of the images show:
http://phx.corporate-ir.net/preview/pho ... rol-irhome
I have tried several paths in the menu_data.js file and nothing works. These are some of the items from that file:
subimage="Images/Menu_Images/Dropdown_Triangle.gif";
Where Images/Menu_Images is a folder off the root folder of the web.
Also tried:
aI("image=home_01.gif;overimage=home_02.gif;url=http://www.dmgstaging.com/Index.aspx;");
In this case I put the home_01 and home_02 files in both the JS folder and the root folder, but still the menus don't show images.
Any ideas what is going on?
Thanks in advance.
Images not displaying
Try
Note the leading / .
Also, you're running the menu from a domain other than what you are licensed for...
Code: Select all
/Images/Menu_Images/Music_01.gif
Also, you're running the menu from a domain other than what you are licensed for...
John