Re: [css-d] floating thumbnails

2014-03-28 Thread Philippe Wittenbergh
Le 27 mars 2014 à 23:19, Colin (Sandy) Pittendrigh a écrit : > The HTML: > http://fliesfliesflies.com/fragments/Gallery/ttest.html > > The (stripped down) CSS: > http://fliesfliesflies.com/css/rrobo.css … > In this "Gallery" page I'd like all thumbnails to float left around the > main displ

Re: [css-d] floating thumbnails

2014-03-27 Thread David Hucklesby
On 3/27/14, 9:25 AM, Colin (Sandy) Pittendrigh wrote: Thank you. I tried all of the above (hadn't noticed there was inline CSS in the h3, so I zapped that no matter what). display:inline-block and vertical-align:top didn't do much in Chrome on Mint linux. the min-height: 3em for p.robonav (Tom

Re: [css-d] floating thumbnails

2014-03-27 Thread David Hucklesby
On 3/27/14, 7:19 AM, Colin (Sandy) Pittendrigh wrote: The following link displays an HTML fragment taken from a (home-brewed) content management system, stripped down to the relevant block area only: ...stuff... The HTML: http://fliesfliesflies.com/fragments/Gallery/ttest.html [...] In this

Re: [css-d] floating thumbnails

2014-03-27 Thread Tom Livingston
On Thu, Mar 27, 2014 at 10:19 AM, Colin (Sandy) Pittendrigh < sandy.pittendr...@gmail.com> wrote: > > In this "Gallery" page I'd like all thumbnails to float left around the > main display image without making odd, unpredictable white space areas on > the next line after a thumbnail runs off the r

[css-d] floating thumbnails

2014-03-27 Thread Colin (Sandy) Pittendrigh
The following link displays an HTML fragment taken from a (home-brewed) content management system, stripped down to the relevant block area only: ...stuff... The HTML: http://fliesfliesflies.com/fragments/Gallery/ttest.html The (stripped down) CSS: http://fliesfliesflies.com/css/rrobo.css In t