Displaying 1 result from an estimated 1 matches for "loading_imag".
Did you mean:
loading_image
2006 Dec 13
4
Effect.Opacity on Firefox Mac Dims text
Hey everyone,
I have a series of thumbnails that have a loading overlay placed over
them when they''re clicked on. The overlay is set to an opacity of .7..
.The onclick code looks basically does this:
var loading = document.createElement(''div'');
loading.id = ''loading_image'';
$(loading).addClassName(''thumb_loading'');
$(''container'').appendChild(loading);
Position.clone($(''myThumbnail'').parentNode,$(''loading_image''));
new Effect.Opacity($(''loading_image''),{duration: .2, t...