Search found 5 matches

by Aquatoad
Thu Jun 13, 2002 4:34 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image Menu Rollover/Link Issue
Replies: 7
Views: 6041

Wahoo! Got it Going! With lots of coddling from Andy :-)

I've been doing a lot of research on the whole issue of rollovers, and I'm going to post all my findings here so bear with me.

There are two syntaxes depending on whether you are doing a rollover in a menu item that links to a sub-menu or ...
by Aquatoad
Wed Jun 12, 2002 11:08 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image Menu Rollover/Link Issue
Replies: 7
Views: 6041

Howdy Caballonegro,

I looked over that code and it looks like you're doing items with an image that rolls over followed by html text. I can get that to work also. The issue is when the item consists of an image that rolls over, followed by another image that is static. The second image doesn't link ...
by Aquatoad
Tue Jun 11, 2002 11:31 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: onmouseover, javascript, swap images
Replies: 1
Views: 2785

Mstill,

I think the following will work (I pulled it from the sample):

,"<img src=image_up.gif border=0>","/url/here.html swapimage=image_over.gif",,,0

So just drop in the swapimage after the url

I'm basically doing the same thing, but I've got two images one swaping out and the other static ...
by Aquatoad
Tue Jun 11, 2002 4:37 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image Menu Rollover/Link Issue
Replies: 7
Views: 6041

:? Please take a look, perhaps I'm a moron. I still can't figure out how to get both the static image and the swapped image to reference the new page. Thanks in advance!

-Toad
by Aquatoad
Tue Jun 04, 2002 2:02 am
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Image Menu Rollover/Link Issue
Replies: 7
Views: 6041

Image Menu Rollover/Link Issue

Hi,

The menu is working fine on all browsers except for IE6
Basically, the entire menu is made up of images. In the submenus, rather than have the whole item rollover, I have a little pointer arrow image in front that swaps out on rollover.

[>][Menu-Item-Image] //the menu item when rolled over ...