subimage URL not working

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
tear_faerie
Beginner
Beginner
Posts: 3
Joined: Fri Jun 16, 2006 8:27 pm

subimage URL not working

Post by tear_faerie »

I used the exact code for the Multi Tab menu. Everything looks right. No matter what I do though, the subimage gives me the 'red-X-of-doom' whenever I preview my webpage; even if I use the original code and image that I downloaded. Anyone know what to do?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

We need to see the page so we can see what's happening. I would surmise that the path to the image is incorrect.

Ruth
tear_faerie
Beginner
Beginner
Posts: 3
Joined: Fri Jun 16, 2006 8:27 pm

URL

Post by tear_faerie »

Here ya go: http://www.drroberts.com/indexexample.html

The subimage should show up under the 'Other Services' menu.

I'm only playing around with menu styles right now. But the darn subimage just won't show up.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I'm not exactly sure why it's not showing. I find it where it says it is. I can make some suggestions:

1. put in the full path to the image and see if that works.

2. put the call for the subimage in the item and see if that works

Code: Select all

aI("showmenu=Candids;text=Action Candids;subimage=images/sub_arrow.gif;");
3. put that subimage in the menuimages folder with the other menu images and then code the sub menu style

Code: Select all

subimage="menuimages/sub_arrow.gif";
I have to believe that somehow it's a path issue. Maybe it needs a beginning slash? /images/sub_arrow.gif

Ruth
tear_faerie
Beginner
Beginner
Posts: 3
Joined: Fri Jun 16, 2006 8:27 pm

Post by tear_faerie »

1. Didn't work

2. Didn't work

3. Didn't work

Beginning slash... didn't work.

I may have to use a different file format? It works with the other images as gifs but maybe it will take a jpg too? I wonder if anyone alse has this problem with the image? I may have to use a different menu. I'll continue my quest at figuring this one out. I'm stumped.
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

That almost sounds like the menu thinks the image is corrupted or something, I have no clue.

But, I forgot one option to try. Put the darned thing in the same folder as the menu_data.js file and just code the image name in the subimage=

One thing that will do is figure out if there's something possibly wrong with that image, since it will now be in the same exact folder as the data file.

Ruth
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

Same problem - sub image arrow isn't showing up

Post by Surfergirl »

I was going to say that this was my first time installing the menu where I didn't have to beat my head against the wall.... but then came the problem with the subimage
Its the same problem as tear_faerie and the Drroberts.com site on http:almi.tc/test.htm
I've tried refomatting the image, using / for the path, not using / for the path, adding the image to the menu item, nada, nothing works.

Anyone have some great idea for us?
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

It may be doing the same thing as those you mention, but it might not be the same reason, so we need your site to see what's up.

Ruth
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

sub image not there

Post by Surfergirl »

User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

That's very strange - seems to work fine with the menu code from our website.

Can you please download the menu again and upgrade the code file (milonic_src.js and mmenudom.js) I'm guessing they may have become corrupt.
Surfergirl
Super Advanced
Super Advanced
Posts: 77
Joined: Fri Jun 27, 2003 5:38 pm
Location: TCI

Post by Surfergirl »

Thanks Andy , that worked!
Post Reply