I've improved a little bit the css, it's better in mozilla but still not centering the gallery :\
Code:
* html .thumb, * html .thumb2 {float:none;display:inline;}
.thumb { float:left; background: url(../images/shadowAlpha.png) no-repeat bottom right !important; background: url(../images/shadow.gif) no-repeat bottom right; margin: 10px 10px 10px 10px; }
.thumb img { display: block; position: relative; background-color: #FFF; border: 1px solid #CCC; margin: -6px 6px 4px -6px; padding: 4px; }
.thumb {display:inline; vertical-align:middle; display:inline-block;}
.thumb {display:inline-table;}
.thumb > a, .thumb > div {display:table-row;}
.gallery { background-color:#FFF;text-align:center; padding:5px; }
.gallery a { text-decoration:none; color:#666; }
.gallery a:hover { text-decoration:underline; }
Code:
<div class="gallery">
<div class="thumb"><a href="#" title="#'"><img src="images/something.php" /></a></div>
</div>
Online Example updated here: http://www.acores.net/canalacores/fotos2.php?gallery=1
Bookmarks