Hi,

I'm having a lot of difficulty vertically aligning landscape thumbnails to sit 
in the middle of their containers on this page:

http://www.bfi.org.uk/rw_dev/ava_gardner_and_killers_1946.html

They persist in aligning to the top of the container. The portrait images 
easily center horizontally.

I've tried the following which seems to be the solution proposed in most forums 
but it doesn't work.
{display: table-cell; vertical-align: middle;}

Have also tried this approach with no success.
http://www.jakpsatweb.cz/css/css-vertical-center-solution.html

In desperation I even tried putting it into a table and using the 'valign' 
attribute with no success.

The relevant style is here, please note the last two  properties are currently 
having no effect:

.imagegallery {width:157px; height: 157px; background:#e4e4e4; border: 1px #fff 
solid; float:left; text-align:center; display: table-cell; vertical-align: 
middle; }

The full stylesheet can be found here
http://www.bfi.org.uk/rw_dev/css/base.css

Any help would be much appreciated.

Thanks
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to