Rev 70 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 70 | Rev 5818 | ||
---|---|---|---|
Line 562... | Line 562... | ||
562 | this.dw = this.dh = 0; |
562 | this.dw = this.dh = 0; |
563 | this.defz = dd.Int(dd.getCssProp(this.oimg, 'z-index','zIndex','zIndex')) || 1; |
563 | this.defz = dd.Int(dd.getCssProp(this.oimg, 'z-index','zIndex','zIndex')) || 1; |
564 | this.defsrc = this.src = this.oimg.src; |
564 | this.defsrc = this.src = this.oimg.src; |
565 | this.htm = '<img name="' + this.id + 'NI1m6G"'+ |
565 | this.htm = '<img name="' + this.id + 'NI1m6G"'+ |
566 | ' src="' + this.oimg.src + '" '+ |
566 | ' src="' + this.oimg.src + '" '+ |
567 | 'width="' + this.w + '" height="' + this.h + '">'; |
567 | 'width="' + this.w + '" height="' + this.h + '"/>'; |
568 | this.t_htm = '<div id="' + this.id + |
568 | this.t_htm = '<div id="' + this.id + |
569 | '" style="position:absolute;'+ |
569 | '" style="position:absolute;'+ |
570 | 'left:' + (this.cssx = this.x = this.defx) + 'px;'+ |
570 | 'left:' + (this.cssx = this.x = this.defx) + 'px;'+ |
571 | 'top:' + (this.cssy = this.y = this.defy) + 'px;'+ |
571 | 'top:' + (this.cssy = this.y = this.defy) + 'px;'+ |
572 | 'width:' + this.w + 'px;'+ |
572 | 'width:' + this.w + 'px;'+ |
Line 676... | Line 676... | ||
676 | if(dd.n4) |
676 | if(dd.n4) |
677 | { |
677 | { |
678 | this.div.resizeTo(d_w, d_h); |
678 | this.div.resizeTo(d_w, d_h); |
679 | if(this.is_image) |
679 | if(this.is_image) |
680 | { |
680 | { |
681 | this.write('<img src="' + this.src + '" width="' + d_w + '" height="' + d_h + '">'); |
681 | this.write('<img src="' + this.src + '" width="' + d_w + '" height="' + d_h + '"/>'); |
682 | (this.nimg = this.div.document.images[0]).src = this.src; |
682 | (this.nimg = this.div.document.images[0]).src = this.src; |
683 | } |
683 | } |
684 | } |
684 | } |
685 | else if(typeof this.css.pixelWidth != dd_u) |
685 | else if(typeof this.css.pixelWidth != dd_u) |
686 | { |
686 | { |
Line 1322... | Line 1322... | ||
1322 | } |
1322 | } |
1323 | } |
1323 | } |
1324 | } |
1324 | } |
1325 | if (dd.n4 || dd.n6 || dd.ie || dd.op || dd.w3c) document.write( |
1325 | if (dd.n4 || dd.n6 || dd.ie || dd.op || dd.w3c) document.write( |
1326 | (dd.n4? '<div style="position:absolute;"><\/div>\n' |
1326 | (dd.n4? '<div style="position:absolute;"><\/div>\n' |
1327 | : (dd.op && !dd.op6)? '<div id="OpBlUr" style="position:absolute;visibility:hidden;width:0px;height:0px;"><form><input type="text" style="width:0px;height:0px;"><\/form><\/div>' |
1327 | : (dd.op && !dd.op6)? '<div id="OpBlUr" style="position:absolute;visibility:hidden;width:0px;height:0px;"><form><input type="text" style="width:0px;height:0px;"/><\/form><\/div>' |
1328 | : '') + d_htm |
1328 | : '') + d_htm |
1329 | ); |
1329 | ); |
1330 | dd.z = 0x33; |
1330 | dd.z = 0x33; |
1331 | for(d_i = dd.elements.length; d_i;) |
1331 | for(d_i = dd.elements.length; d_i;) |
1332 | { |
1332 | { |