> > I'd like to add a gallery to a site that I'm creating. I'm looking
> > for a "free template" that uses only CSS and HTML if possible. I'll
> > take javascript if I have to, but would prefer not to.
> http://www.cssplay.co.uk/menu/gallery.html

That is nice and all, but personally I don't want to load all images
in a gallery to see one of them. As CSS cannot generate images on the
fly (well it could with :after - anyone take up the challenge?) you
just cannot make a gallery with CSS and HTML exclusively.
You can create something that looks like a gallery, but in reality is
all the images on one page with hiding and showing (and in most cases
inaccessible to keyboard users).
IMHO the idea of a thumbnail gallery is to offer the user
low-bandwidth previews of the full images, and that is only possible
via the backend, static pages or a CSS/HTML/JS solution.

There's lightbox:
http://www.huddletogether.com/projects/lightbox2/

And i've done some of those in the past:
http://icant.co.uk/articles/dyngallery/
http://www.wait-till-i.com/index.php?p=212

http://icant.co.uk/badgr/
^ this is up for testing!

HTH
Chris

-- 
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to