Re: [css-d] Photo Gallery's

2006-02-07 Thread Kike Estellés
On 2/6/06, David Laakso <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] wrote: > > >I am soon going to implement a online Photo Gallery in CSS and was > >wondering if any of you knew of any good sites that I can use as a > >references. Basically, I'd like to make it crisp and clean, and > >obvious

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Al Sparber
From: "Christian Heilmann" <[EMAIL PROTECTED]> > Or you can save some energy, use a table for your thumbnails, and > have > lots of fun using CSS to, uh, style things :-) Well, the cool thing about floated thumbnails is that they fill up the space that is available without causing horizontal scro

Re: [css-d] Photo Gallery's

2006-02-06 Thread David Laakso
[EMAIL PROTECTED] wrote: >I am soon going to implement a online Photo Gallery in CSS and was >wondering if any of you knew of any good sites that I can use as a >references. Basically, I'd like to make it crisp and clean, and >obviously make use of Thumbnails. >Tryst > A simple question is beco

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Christian Heilmann
> > I don't think that it will work with completely unknown content, but > > if > > you just have to distinguish portrait and landscape images and none > > or > > some text, you can do a lot if you set min-width and min-height to > > the > > floated (list-)boxes ,give them position relative and pla

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Al Sparber
From: "Susanne Jäger" <[EMAIL PROTECTED]> > I don't think that it will work with completely unknown content, but > if > you just have to distinguish portrait and landscape images and none > or > some text, you can do a lot if you set min-width and min-height to > the > floated (list-)boxes ,giv

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Susanne Jäger
Don Hinshaw wrote: > I have a question about this that I haven't seen answered: > Is there a way to have thumbnails of varying sizes aligned along their > bottom margins AND have captions that are top-aligned? (esp. noticeable > when the captions are more than one line). > Similar to this exampl

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Christian Heilmann
> > Floating them in a list worked for me, with some extra DOM you can > > make them pretty slick, too: > > http://www.icant.co.uk/sandbox/picasa-dom-view/ > > If you use picasa for your gallery, you can check my template to > > generate the example: > > http://www.wait-till-i.com/index.php?p=212 >

Re: [css-d] Photo Gallery's -( related question)

2006-02-06 Thread Don Hinshaw
> > Floating them in a list worked for me, with some extra DOM you can > make them pretty slick, too: > http://www.icant.co.uk/sandbox/picasa-dom-view/ > If you use picasa for your gallery, you can check my template to > generate the example: > http://www.wait-till-i.com/index.php?p=212 > I have

[css-d] Photo Gallery's

2006-02-06 Thread Christian Heilmann
> Hi all, > > I am soon going to implement a online Photo Gallery in CSS and was > wondering if any of you knew of any good sites that I can use as a > references. Basically, I'd like to make it crisp and clean, and > obviously make use of Thumbnails. Floating them in a list worked for me, with so

[css-d] Photo Gallery's

2006-02-06 Thread trystano
Hi all, I am soon going to implement a online Photo Gallery in CSS and was wondering if any of you knew of any good sites that I can use as a references. Basically, I'd like to make it crisp and clean, and obviously make use of Thumbnails. Thanks Tryst