RE: [WSG] Problem with floated divs in gallery site

2004-06-25 Thread Michael Kear
] Subject: RE: [WSG] Problem with floated divs in gallery site Hi all again! RE: My problem with floated divs in gallery site - and trying to get those thumbnail images to align at the bottom. I've solved the problem - in two ways - and thanks for those suggestions. You'll find the result at: http

Re: [WSG] Problem with floated divs in gallery site

2004-06-25 Thread Hugh Todd
John, All you really need to consider on the Mac is Safari (which displays pretty much identically to the Mozilla browsers in almost all cases) and IE Mac, which has its little share of idiosyncratic MS bugs. As far as the others are concerned (the Mozilla browsers and Opera) they share the

Re: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Nick Gleitzman
On Thursday, June 24, 2004, at 09:31 PM, John Penlington wrote: No problem getting the thumbnail-caption combinations to display using left floated divs - thanks to Russ Weakley's float tutorials.   But I just cannot find the way to get these thumbnail-caption combinations to align at the

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Chatham, Will
But I just cannot find the way to get these thumbnail-caption combinations to align at the *bottom* - rather than the top where they are now. I managed to pull this off by creating a container div for each image/caption pair that is always the same size. If you can determine what your

Re: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Nick Gleitzman
On Thursday, June 24, 2004, at 11:01 PM, Trusz, Andrew wrote: Couple of industrial strength options; both of which I've used. One is purely visual - organize the pictures by height.  The pictures seem to come in roughly two heights so group them that way and they will mostly take care of

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Michael Kear
What if you changed your design a little so you don't need to do that? Like for example putting the caption on the top instead of the bottom? I havent tried this but what about putting the image and its caption in a div, then putting THAT in another div, with fixed height attributes and

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Trusz, Andrew
Nick Gleitzman] Problem with floated divs in gallery site On Thursday, June 24, 2004, at 11:01 PM, Trusz, Andrew wrote: Couple of industrial strength options; both of which I've used. One is purely visual - organize the pictures by height.. No good if the client

Re:[WSG] Problem with floated divs in gallery site

2004-06-24 Thread John Penlington
Hi all, Thanks for those suggestions. Unfortunately, my client requires the thumbnail galleries to align exactly as I've shown with the table layout - caption under image. The test page is at: http://www.bluemountainsgardener.info/fgtest/max_miller.asp I cannot control either the height or

Re: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Nick Gleitzman
On Friday, June 25, 2004, at 12:22 AM, John Penlington wrote: I just cannot find a CSS way to emulate the table cell attribute *valign='bottom'*. If I can do that, I can solve the problem. In the embedded CSS I've used a class table.gallery{vertical-align: bottom; ...} and it works with the

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread John Penlington
Hi all again! RE: My problem with floated divs in gallery site - and trying to get those thumbnail images to align at the bottom. I've solved the problem - in two ways - and thanks for those suggestions. You'll find the result at:

RE: [WSG] Problem with floated divs in gallery site

2004-06-24 Thread Ted Drake
to look at it again to see what we did. Ted -Original Message-From: Trusz, Andrew [mailto:[EMAIL PROTECTED]Sent: Thursday, June 24, 2004 6:59 AMTo: '[EMAIL PROTECTED]'Subject: RE: [WSG] Problem with floated divs in gallery site Nick Gleitzman] Problem