Wildfire563
04-16-2011, 05:32 PM
1) Script Title: jQuery Image Warp, Image Bubbles Effect
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/imagewarp.htm, http://www.dynamicdrive.com/dynamicindex4/imagebubbles.htm
3) Describe problem: I'm looking for a script which is a cross between jQuery Image Warp and Image Bubbles Effect. IOW, a script that makes the image the user is hovering over larger and display a tooltip on top of the image (maybe in a bubble window) (not over it, but that might work, too), and it shrinks back on mouseout, and the user can click on it as a link if they want to go there. So I don't need to ignore the click at all, just let the click pass through if that's what the user does.
I have a page with a number of images with a variety of sizes. So I can't use a list object like bubbleimages uses, and I like the fact that jQIW gets the image information automatically so I don't have to put that info in CSS.
I tried copying target.click into two instances - target.mouseover and target.mouseout. I was sort of able to get the mouseover function to work. But as soon as I try to add the target.mouseout funciton in (which would make the image shrink back or disappear when the user moves the mouse off of the image), it stops working. Either, the window doesn't grow at all, or it flashes a couple of times, and then stops all together.
As I write this, I realized that, since the mouse is over the new image, maybe it thinks the mouse IS out and I need to get the focus of the function switched to the new image when the new image becomes visible. (how? Perhaps by calling the function $clone.mouseout?)
Anyway, I don't have any background with javascript. Would anyone be willing to give me some hints here?
If you'd like an example of what I'm creating (the page only really works in IE at the moment, I'm still in the layout stage), http://www.flyingscool.com/PPlanit/indexnew2.htm and put your mouse over the wedding picture. Since there is no mouseout function, you'll have to reload the page to reset the picture.
Thanks so much for this site and all the help you all provide.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/imagewarp.htm, http://www.dynamicdrive.com/dynamicindex4/imagebubbles.htm
3) Describe problem: I'm looking for a script which is a cross between jQuery Image Warp and Image Bubbles Effect. IOW, a script that makes the image the user is hovering over larger and display a tooltip on top of the image (maybe in a bubble window) (not over it, but that might work, too), and it shrinks back on mouseout, and the user can click on it as a link if they want to go there. So I don't need to ignore the click at all, just let the click pass through if that's what the user does.
I have a page with a number of images with a variety of sizes. So I can't use a list object like bubbleimages uses, and I like the fact that jQIW gets the image information automatically so I don't have to put that info in CSS.
I tried copying target.click into two instances - target.mouseover and target.mouseout. I was sort of able to get the mouseover function to work. But as soon as I try to add the target.mouseout funciton in (which would make the image shrink back or disappear when the user moves the mouse off of the image), it stops working. Either, the window doesn't grow at all, or it flashes a couple of times, and then stops all together.
As I write this, I realized that, since the mouse is over the new image, maybe it thinks the mouse IS out and I need to get the focus of the function switched to the new image when the new image becomes visible. (how? Perhaps by calling the function $clone.mouseout?)
Anyway, I don't have any background with javascript. Would anyone be willing to give me some hints here?
If you'd like an example of what I'm creating (the page only really works in IE at the moment, I'm still in the layout stage), http://www.flyingscool.com/PPlanit/indexnew2.htm and put your mouse over the wedding picture. Since there is no mouseout function, you'll have to reload the page to reset the picture.
Thanks so much for this site and all the help you all provide.