ux/Lightbox.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:11:46 +0000 (14:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 22 Jul 2010 06:11:46 +0000 (14:11 +0800)
ux/Lightbox.js

index a330ccc..5634199 100644 (file)
@@ -323,12 +323,12 @@ Roo.apply(Roo.ux.Lightbox.prototype,
 
         imgPreloader.setStyle({ 
                 position: 'absolute',
-                top : -1
-                left : -1,
-                width: 1,
-                height: 1,
+                top : '-1px'
+                left :'-1px',
+                width: '1px',
+                height: '1px'
                 
-            })
+        });
         imgPreloader.on('load', function() {
             this.lightboxImage.dom.src = this.imageArray[this.activeImage].dom.href;