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 table, but it won't work when added to the
.thumbnail class div.
Yup, there's the rub: 'vertical-align' only works on text. I found that out by T&E while trying to solve this one.
I think maybe Drew Trusz has the right approach: use a css table...
BTW, interesting to view your source - the table-based version really wasn't that much more code than the css-based - and if you use css to style your table, you'll cut the code even more... Oh, and what's with the non-breaking spaces in the floated divs? ;-)
Nick ___________________________ Omnivision. Websight. http://www.omnivision.com.au/
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
