My gallery including size fitting now works mosty (except with Firefox/
SeaMonkey) but I need to have a download indicator to show when the
download takes a little longer. I've seen Thickbox uses a
"loadingAnimation.gif". Is there a general available download
indicator which I could use? Is this animation also possible as a
".png"?
I'd like to position this inicator statically centered on the image,
only showing or hiding when needed. Is this possible and how?
img = $('<img src="'+files[pos]+'" id="file'+pos+'"
class="picture" style="border: solid
1px">').appendTo('#pictures').hide().bind('load', showImage);
function showImage() {
img.show();
}
<div id="pictures"></div>
Full source "http://www.orpatec.ch/index.php?page=gallery.php"
O. Wyss