based from my thread at Hardforum
I have a pair of DHTML menus right now, and when I mouseover the individual links in the menu, I want a different image (per link!) to load in a seperate DIV upon mouseover. (I'm having positioning issues also, but that is a seperate problem)
I know how to do it if i wanted one static image to appear upon mouseover of the different links, but not sure how to implement a diff image for each link. Dynamic determination of the source, so to speak.
Can someone give me a few pointers on how to do this? (my intuition says JS, but I don't know how to write the code - something perhaps vaguely involving a variable that is switched upon mouseover, and that variable determining the IMG SRC that appears within the seperate div.
I've been working on this for a few days to make a presentation a little better (so no one here does web-work, its an engineering group) and its starting to frustrate me.
I can post an example of what I got if that would help.
THANKS IN ADVANCE !
I have a pair of DHTML menus right now, and when I mouseover the individual links in the menu, I want a different image (per link!) to load in a seperate DIV upon mouseover. (I'm having positioning issues also, but that is a seperate problem)
I know how to do it if i wanted one static image to appear upon mouseover of the different links, but not sure how to implement a diff image for each link. Dynamic determination of the source, so to speak.
Can someone give me a few pointers on how to do this? (my intuition says JS, but I don't know how to write the code - something perhaps vaguely involving a variable that is switched upon mouseover, and that variable determining the IMG SRC that appears within the seperate div.
I've been working on this for a few days to make a presentation a little better (so no one here does web-work, its an engineering group) and its starting to frustrate me.
I can post an example of what I got if that would help.
THANKS IN ADVANCE !