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 2 of 41 pages < 1 2 3 4 > Last »
Then I thought Id better try it in IE 6 also since most people unfortunately still use it. Well it was utterly broken in IE 6 due to its hover and positioning bugs. So again I hunted for a solution and I am astonished to have found this CSS script that works in IE 6 !!
After adapting it to my webpage I did find one anomaly with IE 6. In the captions of the displayed images IE6 inexplicably interpreted every space as a line return, so there was a new line after every space in the caption. I found that adding white-space: nowrap; to the class .thumbnail span prevents IE6 from doing a newline with every space and so fixed that issue. My new webpage isnt ready yet, but when it is I will post it. The current page uses javascript rollovers only until I have my new CSS webpage ready.
But, it works on FF1 & IE6 not IE7+
I can only see the text on IE7, NO images :(
Regards,
T.R.
Am I doing something wrong? or not doing something?
I inserted an image 100px 66px and then put the same normal sized image in same media folder but still not working..what am I missing ?
thanks

