Jul 07
I just uploaded a new version of the JSGallery script to eSteak which is now compatible with MooTools 1.2. The old version also got a few tweaks and fixes and works in IE7 now (again). Additionally, both versions of the JSGallery_simpleviewer work in Firefox 3 now. Enjoy!

















What about IE 6.. any fixes for it??
IE 6 is the only browser which causes problems and I try to fix them, but I can’t promise a certain date for that. Due to the fact that it works in all the other browsers, think about a switch to Safari, Firefox, Opera or at least to IE7.
Thx.. I know ie 6 is a pain in the ass, but lots of people ( including myself ) still run it .. I have decided to skip IE 7 and go to IE 8.. when its finally out
Hi, deine JSGallery2 is echt Klasse, leider nur mit XML oder flickr. Is evtl ne Version für Picasaweb geplant?
Hi, your JSGallery2 is very nice, sadly needs an XML file or a flickr account. Is there a picasaweb version eventually planned?
Nein, bislang nicht. Aber vielleicht spendet mir ja jemand etwas, dem das Feature am Herzen liegt. Das würde den Punkt auf meiner ToDo-Liste (nach meinem Urlaub) sicher etwas weiter nach oben rutschen lassen
I made a little modification of gallery: I added opacity
$$(‘div.thumbnail’).set(‘opacity’,opacity).addEvents({
mouseenter: function() {
this.tween(‘opacity’,toOpacity);
},
mouseleave: function() {
this.tween(‘opacity’,opacity);
}
});
But how can I set the opacity of current thumbnail (the thumbnail of the image which is shown in bigImage container) equal to 1?
Thanks in advance
Try this:
$(‘bigImage’).set(’opacity’,1);
What have you tried so far?
Michael
You didn’t understand me. I made opacity for thumbnails. First opacity is 0.67, when I mouseover the thumbnail, it gets opacity=1.When I mouseout thumbnail, it gets opacity=0.67. I want the thing: when I select image, for example, 3rd thumbnail, in bigImage div I see big image. I want this (3rd) thumbnail become opacity=1. Then I will see what image is selected in thumbnails area
Ok, I see. Then you have to adjust or overwrite the “select” method of the JSGallery2 class. You can set the opacity there the same way the border of the thumbs is adjusted there.
Best regards,
Michael
I’ve added ‘selectedOpacity’: 1 in options
Then in select function after
‘height’: [s.y, s.y - 2 * (sel - des)]
I’ve added
,’opacity’: this.options.selectedOpacity.
Also in deselect function after
‘height’: container.getSize().y
I’ve added
‘opacity’: this.options.loadingOpacity
And……. There’s no changes… There’s no opacity over thumbnails
hey everybody,
gibt es schon fixes für den IE6?
lg
Fixes für den IE6? Gute Frage, ich würde allerdings an deiner Stelle mal bei Microsoft fragen, ich werde ihn nicht fixen
. Damit sind wir auch beim Thema: für den IE6 wird es keine Fixes der JSGallery geben, weil der Browser zu alt und zu buggy ist. Warum brauchst du den IE6? Wie oben bereits beschrieben würde ich zu einerm der aktuellen Browser wechseln, schon aus Sicherheitsgründen. (Opera, Firefox, IE8, Safari, Chrome)
hi,
danke für deine info bezüglich dem ie6.
kannst du mir einen tipp geben wie 2 oder mer gallerien auf einer seite anzeigen kann? irgendwie funktioniert das nicht
lg
stephan
Hallo,
ich habe folgendes Problem im IE7-8. Wenn ich das titleTarget definiere funktioniert das Script nicht. Das Problem liegt vermutlich hier
if($defined($(this.options.titleTarget))) {
$(this.options.titleTarget).set(‘html’, newText);
}
Jemand eine Idee?