From: Eugene Crosser Date: Mon, 1 Sep 2008 20:36:39 +0000 (+0000) Subject: add alt tags X-Git-Tag: 2.00~21 X-Git-Url: http://www.average.org/gitweb/?p=mkgallery.git;a=commitdiff_plain;h=17c8ace39004518e1481425779480b162d5b521c add alt tags --- diff --git a/include/show.js b/include/show.js index b5b00da..f7f555e 100644 --- a/include/show.js +++ b/include/show.js @@ -72,9 +72,11 @@ var Show = new Class({ this.updatecoords(); this.prevdisplay = new Element('img'). + setProperty('alt', 'Current Image'). setStyle('opacity', 0). injectInside(this.container.container); this.ondisplay = new Element('img'). + setProperty('alt', 'Current Image'). setStyle('opacity', 0). injectInside(this.container.container); this.loadingdiv = new Element('div').