Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Hello!!!
I managed to solve this problem.
There is no error in javascript, but it is a problem with CSS. The images are
arranged by the float, so if there is an element used in the css to make it
CLEAR will float alongside.
So at the end of the function "function album(j) {..."
add:
$scPhotos.append("<div style='clear: both;height:0px;'/>");
becomes:
"
function album(j) {
...
$scPhotos.append("<div style='clear: both;height:0px;'/>");
}
function latest(j) {
"
I hope I could helped ...
PS: Sorry for bad English - "translated by GOOGLE"
see http://album.plenobirigui.com.br
Original comment by PlenoBir...@gmail.com
on 31 May 2011 at 2:17
Hi,
Thanks for the replay.
Google did a good job with the translation.
Original comment by mertens....@gmail.com
on 12 Jun 2011 at 11:41
Implemented as described.
Original comment by borkh...@gmail.com
on 1 Aug 2011 at 5:30
Original issue reported on code.google.com by
mertens....@gmail.com
on 13 Apr 2011 at 6:37Attachments: