Re: [css-d] Centering a row of images, clearer

2010-07-23 Thread David Hucklesby
On 7/23/10 10:15 AM, Steve Caramia wrote: > I think this is a simple one: > > Across the bottom of this page I want a row of logos on a background > that extends 100%. I was able to do it with a table. Is there a way to > do it in CSS? > > http://www.caramiadesign.com/kemly/ > Yes. Here's an exampl

Re: [css-d] Centering a row of images, clearer

2010-07-23 Thread David Laakso
Steve Caramia wrote: > I think this is a simple one: > Oh, sure... simple for you and "Lady Gaga." In the meantime we mere mortals still struggle with the meaning and origin of the "one-eyed jack." > Across the bottom of this page I want a row of logos on a background > that extends

Re: [css-d] Centering a row of images, clearer

2010-07-23 Thread David Laakso
Steve Caramia wrote: > I think this is a simple one: > > > http://www.caramiadesign.com/kemly/ > > > While waiting for an answer to the question you posted... :-) Hold the ctrl key and keep banging the + key until the type stops enlarging. Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4;

[css-d] Centering a row of images, clearer

2010-07-23 Thread Steve Caramia
I think this is a simple one: Across the bottom of this page I want a row of logos on a background that extends 100%. I was able to do it with a table. Is there a way to do it in CSS? http://www.caramiadesign.com/kemly/ the markup: http://www.angieslist.com/angi

Re: [css-d] Centering a row of images

2010-07-22 Thread Tim Climis
On Thursday, July 22, 2010 9:05:29 pm Tim Climis wrote: Oops. Just one little edit. > #logo a img { > display: block; > border: 0 none transparent; margin: 0 auto; > } > __ css-discuss [cs...@lists.css-disc

Re: [css-d] Centering a row of images

2010-07-22 Thread Tim Climis
On Thursday, July 22, 2010 8:21:40 pm Steve Caramia wrote: > I think this is a simple one: > > Across the bottom of this page I want a row of logos on a background > that extends 100%. I was able to do it with a table. Is there a way to > do it in CSS? > this should result in the exact same thin

[css-d] Centering a row of images

2010-07-22 Thread Steve Caramia
I think this is a simple one: Across the bottom of this page I want a row of logos on a background that extends 100%. I was able to do it with a table. Is there a way to do it in CSS? http://www.caramiadesign.com/kemly/ and here's the css: http://www.caramiadesign.com/kemly/kemly.css Th