CSS Library: Image CSS: Here
CSS Popup Image Viewer
Author: Dynamic Drive
Enable arbitrary links or image thumbnails to pop up an enlarged (different) image onMouseover by using this CSS code. With the help of CSS's ":hover" pseudo class, combined with relative and absolute positioning, the enlarged images are simply included on the page as normal HTML, "popping" up on demand. CSS is behaving more and more like scripting!
Demo:
One of my favorite foods is sushi
Doesn't this look good?, and it's good for you too! Coffee and sushi probably don't mix well, but I like some Zoka Coffee
Zoka Coffee to boot! Here are some thumbnails from my trip to La la land:
![]()

Simply beautiful.
![]()

So real, it's unreal. Or is it?
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 1 of 53 pages 1 2 3 > Last »
Check the HTML for this example- the thumbnails and enlarged images are two different images, though both embedded directly inside the page as normal HTML.
Instead with FF the "popup" is just the image width!
Now how do you link to a CSS in the HEAD of the page??
I've put :
<link rel="stylesheet2" href="viewer.css" type="text/css" />
stylesheet2 because I also used the lightbox script and viewer.css because that's how I called the stylsheet i've made at the root of the folder.
Can anybody help me here?
Thanks a lot
I currently see the thumbnail and the larger picture side-by-side as if the dynamic gesture was not active

