ImageSwap on mouseover only works for internal site links

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Charles Lee
Beginner
Beginner
Posts: 3
Joined: Wed Apr 07, 2004 5:36 pm
Location: Texas

ImageSwap on mouseover only works for internal site links

Post by Charles Lee »

:? I just converted v3.3.19 to v5.11 using the provided converter and all seemed well. After cleaning up a few things and then testing the menus I discovered that the overimage swap did not take place for any of the externally linked menu buttons. How can this be fixed? And yes, in the older version the image swap worked fine.

This is an Intranet site with both internal and external links.

This one works:
aI("text= About YNA-El Paso;image=http://yna-elpaso.ep.yazaki.local/menu/ ... Individual sites of YNA-El Paso")

This one does not:
aI("text= Phone Directory;image=http://yna-elpaso.ep.yazaki.local/menu/ ... get=_blank overimage=http://yna-elpaso.ep.yazaki.local/menu/ ... =Extension directory for all sites")
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

You didn't closed the url with a ; before you put overimage.

Code: Select all

url=http://iqmssrv.ep.yazaki.local/elcom+phone+list.nsf/;target=_blank; overimage=http://yna-elpaso.ep.yazaki.local/menu/images/arrowlogo_over.gif;status=Extension directory for all sites;"); 
 

Ruth
Charles Lee
Beginner
Beginner
Posts: 3
Joined: Wed Apr 07, 2004 5:36 pm
Location: Texas

Post by Charles Lee »

The semicolon is between the last forward slash and the first "t" of target.
But thank you for taking a look. :)
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Not that one, the one that should be after target=_blank; My fault, I should have been specific about it. :oops:

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

When posting code, please use the [code][/code] "BBCode" tags, as Ruth did. Helps cut down on the confusion. Also, frequently code not inside these tags is translated to emoticons, etc., and gets lost entirely.
John
Charles Lee
Beginner
Beginner
Posts: 3
Joined: Wed Apr 07, 2004 5:36 pm
Location: Texas

Post by Charles Lee »

Ruth, you were right. Once I added that semicolon all worked as it should. Thanks a bunch.

Code: Select all

aI("text= Phone Directory;image=http://yna-elpaso.ep.yazaki.local/menu/images/arrowlogo_spacer.gif;url=http://iqmssrv.ep.yazaki.local/elcom+phone+list.nsf/;target=_blank;overimage=http://yna-elpaso.ep.yazaki.local/menu/images/arrowlogo_over.gif;status=Extension directory for all sites")
Post Reply