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 23 of 53 pages « First < 21 22 23 24 25 > Last »
How can this nice script be used in a wordpress theme?
GL
I own a dining and nightlife website and this feature is wondefrul for the event calendar section, (i will post the site once i figure out the problem i'm having). I use dreamweaver, and all the links i apply this css style to all appear on the top of my page within dreamweaver. They look fine when previewing the page in ie or firefox, but for when using dreamweaver the cells of the calander appear empty with all the links at the top of the page. Is there anything I can do?
Thanks
Dave
I can't figure out how to use
an <area href="explan_popup.jpg" shape="rect" coords="775, 31, 967, 68">
for what they use..
<a class="thumbnail" href="#thumb">media/ocean_thumb.jpg<span>media/ocean.jpg
So real, it's unreal. Or is it?</span></a>
I think I'm on the right track..
"explan_popup.jpg" should be the img src
If you're not sure what I mean, try moving the mouse over the thumbnail from the top, then leave it from the top; the image appears then disappears.
But if you move the mouse over the thumbnail, then move it seamlessly over the image, even though the mouse has left the thumbnail, the image still remains because the mouse is over the popped-up image.
Is there any way to make it so that the image stays up ONLY when the mouse is over the thumbnail itself?
Thanks so much for your help!
Comment Pages 23 of 53 pages « First < 21 22 23 24 25 > Last »
Commenting is not available in this weblog entry.






This style is good solution for my problem.Thanks