Click here to Skip to main content
15,909,193 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more: (untagged)
If you go to Old Navy's site and mouseover one of their clothing items, an image pops that says "QuickLook". You can click the QuickLook image and a small pop-over (not up) window appears that allows you to use tabs within that window, select size, add to cart, etc.

I'm "thinking" this is a javascript, but I don't which one. I'd like to implement this on my site, rather than using pop-up windows or changing pages to view items.

Can anyone give me direction on how to make that work on my own website?
Posted

1 solution

It is a div which is absolutely positioned using the image/page offset.

An easy way to do it is using JQuery[^]. Have a look at a couple of links here[^], the first link has a pretty good example, although you could always make the content of popup more dynamic using AJAX.

 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900