Hallo Jürgen,
funktioniert bei mir super.
CSS:
#myGallery ul {
width: 100%;
}
#myGallery ul li {
padding: 0;
margin: 0;
background: none;
background: #dbe2e5;
width: 113px;
height: 123px;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
float: left;
text-align: center;
/*line-height: 1px; */
font-size: 123px !important; }
#myGallery ul li span {
display: table-cell;
background: #dbe2e5;
vertical-align: middle;
width: 113px;
height: 123px;
}
HTML:
<ul>
<li><span><a href="images_galerie/galerie_gross_01.jpg" target="_blank"><img alt="" src="images_galerie/galerie_klein_01.jpg" /></a></span></li>
</ul>
Die Thumbnails sind 99x74 und 74x99
Liebe Grüße,
Bernd