Images not displaying

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
kwalda
Beginner
Beginner
Posts: 1
Joined: Thu May 25, 2006 6:20 am

Images not displaying

Post by kwalda »

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.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Try

Code: Select all

/Images/Menu_Images/Music_01.gif
Note the leading / .

Also, you're running the menu from a domain other than what you are licensed for...
John
Post Reply