CSS Library: Image CSS: Here
CSS Image Gallery
Author: Dynamic Drive
This is a purely CSS based image gallery that displays larger versions of thumbnail images dynamically when the mouse hovers over them. A rich HTML caption can be added to the enlarged image, and every aspect of the Image Gallery exists as plain HTML on the page. The idea is to use CSS's ":hover" pseudo class to cause an element to react onMouseover. When that happens, an absolutely positioned container holding the enlarged image, anchored on the page by another container with position set to relative, is shown. Furthermore, it's possible to modify the behavior so the enlarged images are only shown onClick, though IE6 currently doesn't support this behavior well. The gallery works in IE6+, Firefox, Opera 8+.
Demo:

Simply beautiful.

So real, it's unreal. Or is it?

Sushi for dinner anyone?

Run wild with horses.
Dynamic Drive

Dynamic Drive
Zoka Coffee

Zoka Coffee
Note: Here the enlarged images are set to "overlay" any content that it may come in contact with. You can easily disable overlaying just by giving the gallery container (.gallerycontainer) a height set to that of the largest image's.
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 21 of 32 pages « First < 19 20 21 22 23 > Last »
Am trying to put some text next to the image.
Am using this script in a Books gallary. I want to put description of book next to the Book image.
Please some one guide me ,how can i put text next the Image.
For example :
In above Demo , below the first image "media/tree.jpg" an text displays as "Simply beautiful".
This "Simply beautiful" text must display in parallal with image.
Thanks.
I like this a lot and tried to modify it into a thumbview with 6 lines (=12 thumbs). It still works, but it needs a layout with text height min. 200pix below. I'd like to place your ImageGallery including enlarged image between my headline and footer, with NO further text, but when I built it, there arised a lot of empty space below my footer.
Perhaps you have a tip for me?
Thank you.
What i'm trying to do is an image gallery that scrolls to the left or right using tables like in this web page http://www.villagephotos.com/help/gallerysample.asp
I'm just using a table with one row to display the thumbnails and would like to implement this script to pop up the large picture outside of the table.
I have it all set up, but when I hover over the thumbnail the large picture shows inside the table.
Thanks for the help.
Thank you so much for your wonderful work!
Also how do I make one of the large images show by default when the web page is opened.
I tried out the instructions and works well, but some of my pics are a large So, when i move the mouse away form thumbail, the larger image disappaers ( .. i know thats how its supposed to be)
<i>i want to reatain the large image When the " thumbail is clicked ".. </i>
..(when the user hover around the next tumbnail, the respective image must be viewd in large)
Is it possible to do this
I love this gallery-set
thank you soo much
Deepa
Comment Pages 21 of 32 pages « First < 19 20 21 22 23 > Last »









FYI, for anyone who validates via W3jigsaw (with its background/foreground pickiness) and who have set up a CSS
A { BACKGROUND-COLOR: TRANSPARENT; COLOR #00C; }
...or some such ... it (the transparent background-color) will break this code in IE6!!!
(I just figured this out after a long day of grumbling...)