Hi to all. I''m using the Lightbox 2.04 and I''ve noticed that ther''s an issue when the page is loading. When the "popup" image is loading, the flash content of the site disappear and when the image is closed the flash return. So, in the code I''ve noticed that the function of the loadin image is showImage: function(){ this.loading.hide(); new Effect.Appear(this.lightboxImage, { duration: this.resizeDuration, queue: ''end'', afterFinish: (function(){ this.updateDetails(); }).bind(this) }); $$(''select'', ''object'', ''embed'').each(function(node) { node.style.visibility = ''visible'' }); this.preloadNeighborImages(); }, I''ve added the line $$(''select'', ''object'', ''embed'').each(function(node) { node.style.visibility = ''visible'' }); And in this way works well...but I don''t understand if is a lightbox problem, or the problem is on the appear effect.... I found that everything works just fine in Safari, and I''ve noticed one "fix" on the effect.js in the appear functionabout the safari......coincidence? Where''s the problem? Tnx Jo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---