[css-d] Eric Meyer thumbnail gallery

2005-06-28 Thread Doug Niven
Hello folks, There is a very nice thumbnail gallery in the More Eric Meyer on CSS book, which I have temporarily posted here for easy reference: http://stinkyrat.com/proj02/ch0207.html My question: Is there any way to align the thumbnails along one baseline? I think it's a great layout

Re: [css-d] Eric Meyer thumbnail gallery

2005-06-28 Thread Kelly Miller
Change: div.ls img {height: 96px; width: 128px; margin: 16px 0;} to div.ls img {height: 96px; width: 128px; margin: 32px 0 0;} -- http://www.mozilla.org/products/firefox/ - Get Firefox! http://www.mozilla.org/products/thunderbird/ - Reclaim Your Inbox!

Re: [css-d] Eric Meyer thumbnail gallery

2005-06-28 Thread Richard Grevers
On 6/29/05, Doug Niven [EMAIL PROTECTED] wrote: Hello folks, There is a very nice thumbnail gallery in the More Eric Meyer on CSS book, which I have temporarily posted here for easy reference: http://stinkyrat.com/proj02/ch0207.html My question: Is there any way to align the