[thelist] Simple Photo Gallery

Rachell Coe rachell at rachellcoe.com
Mon Feb 20 16:50:29 CST 2006


Here are examples of the way I've done it:
http://www.kingestate.com/Media/Galleries/Harvest2005/index.htm and
http://www.karenpidgeon.com/Prints.htm its basic css using the li.  Here is
the code that makes it work on www.karenpidgeon.com:

#thumbnail {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#thumbnail ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: static;
	left: 0px;
	display: inline;
}
#thumbnail li {
	background-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 25px;
	margin-left: 8px;
	border: 1px solid #A16851;
	text-align: center;
	padding: 10px;
	list-style-type:none;
	position: relative;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
}
#thumbnail li:hover {
	background-color: #4C533D;
}


-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of ben morrison
Sent: Monday, February 20, 2006 2:23 PM
To: thelist at lists.evolt.org
Subject: [thelist] Simple Photo Gallery

Hi list,

I've been asked to make a simple gallery for a friend, all I have
found so far is Gallery -

http://gallery.menalto.com/

which seems to be table based. I could look into stripping all the
tables out, but its more of a favour so i dont want to spend too long
on it.

I'm sure this question pops up quite often, but couldn't find anything
in the archives.

Specifications so far are;

Standards compliant (table free if possible)
Add Alt tags
Customised interface (including navigation)
Nested albums
Cheap (or free)
If possible metadata
Easy(ish) to maintain

ASP or PHP preffered.

Thanks, ben.
-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester 
and archives of thelist go to: http://lists.evolt.org 
Workers of the Web, evolt ! 






More information about the thelist mailing list