Hey all,
hopefully someone will know the answer straight away to this and its just me [most likely im sure].
Iv resized and positioned the gallery for a client, all works nicely in safari, chrome and IE - but when in firefox [4.0.1] - the first div with the class 'ngg-album-compact' of each line positions itself in a weird way. On the top row it drops 10px and on the bottom row it jumps 10px. Iv worked through all the CSS a few times, cant find anything that would cause this to my knowledge... Heres a link to the gallery in question:
http://juliepayne.com.au/gallery/
and the css in question [i think]:
.ngg-album-compact {
display: inline-block;
height: 136px;
margin: 0 !important;
padding-bottom: 80px;
padding-right: 20px !important;
text-align: left;
width: 180px;
}
.ngg-albumoverview {
clear: both;
display: block !important;
margin-top: 10px;
text-align: center;
width: 100%;
}
.ngg-album-compactbox {
height: 136px;
margin: 0 0 6px !important;
padding: 12px 0 0 7px !important;
width: 180px;
}
Any help would be greatly appreciated, this is an awesome plugin thanks to all who have helped dev it esp Alex.
Cheers,
Gogger