Hi
I’ve recently making some changes on my photography webportal
I’ve search the net for some tips on how to put shadows and use a centered gallery all with css.
I’ve came up with this:
* html .thumb {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 0 0 10px !important; 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;}
The problem is that in IE is shows very well as you can see
http://www.acores.net/canalacores/fotos2.php?gallery=1
But in Mozilla it messes with all, does anyone have a solution for that ?
Regards