delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

However, I would like image 2 to also change it's hyperlink.
Here is the page I am talking about.
***www*monkeegraphix*com/pages/mens_dank/main.htm
Any ideas?


If anyone could help me out, that would be much appreciated. Ok here is what I am trying to do. I have everything except for the hyperlink function working.
When doing a mouseover on a image1 on the page, I want image2 to change to a different image. That part is working. However, I would like image 2 to also change it's hyperlink.
Here is the page I am talking about.
***www*monkeegraphix*com/pages/mens_dank/main.htm
Any ideas?

TOP

please don't cross post
now to your question...which image is image2 on your page? The big one on the left whose src changes when I mouseover one of the small images on the right? The 'big' img doesn't even have a hyperlink associated with it...

TOP

I have been playing around trying to get the hyperlink to work and in the process must of removed the link. What I would like to happen is when someone hovers over the small image on the right the big image on the left changes to a bigger version of the small picture. Each small image has a hyperlink to it's own page. What I need is when someone hovers over a image on the right, both the hyperlink and image on the left change. Is that possible?
.ps Thanks for your help a head of time

TOP

My advice is to leave the image on the left alone (i.e. no link).  I say this because, if you (the user) are hovering over an image in the very far right column, if you try to move the mouse over to the bigger image on the left, you run the risk of hovering over another image and forcing an undesired change. You either have to very carefully move your curser past the images or make a complete circle around them to get to the larger image.  Why not just use the left image as a preview, and if the user likes the look, they can simply click the smaller image (where their mouse is already at) to get to the product details page.

TOP

abstract:

However, I would like image 2 to also change it's hyperlink.
Here is the page I am talking about.
***www*monkeegraphix*com/pages/mens_dank/main.htm
Any ideas?


compmodder26,
That is what I suggested to the person that I am creating the website for. So if possible, I would like to do it. Do you have any suggestions?

TOP

thanson: I have to say that from a usability standpoint, I completely agree with compmodder26. I understand that you told your client you could do it the other way, but a good designer/developer knows when to change their plan after realizing that they hadn't considered the full picture. Pretend that you are a normal user (think your grandmother) and you want to look at the green shirt on the right hand side (Skunk #1). If you mouseOver the thumbnail image and then try to move to to the larger image, then 9 times out of 10 you are going to accidentally cross over the thumbnail image for the shirt titled g-13. It is non-intuitive to use that functionality either way.
That said, to do what you want isn't very difficult at all, but you would have to modify the script that you already have, specifically the MM_swapImage function. You would first need to wrap the 'big' image with an anchor tag <a> and name that tag. Then inside of the MM_swapImage function, you would need to find the line where it actually changes the img src of 'big' and have it also change the a href of the wrapper anchor tag. Simple huh?

TOP

Flashback,
I have not done this before. Do you have any sample code that I can look at? I appreciate your help, thanks.



However, I would like image 2 to also change it's hyperlink.
Here is the page I am talking about.
***www*monkeegraphix*com/pages/mens_dank/main.htm
Any ideas?

TOP

Back Forum