Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 5818 | ||
---|---|---|---|
Line 892... | Line 892... | ||
892 | this.htm += '<div style="position:absolute;'+ |
892 | this.htm += '<div style="position:absolute;'+ |
893 | 'left:' + x + 'px;'+ |
893 | 'left:' + x + 'px;'+ |
894 | 'top:' + y + 'px;'+ |
894 | 'top:' + y + 'px;'+ |
895 | 'width:' + w + 'px;'+ |
895 | 'width:' + w + 'px;'+ |
896 | 'height:' + h + 'px;">'+ |
896 | 'height:' + h + 'px;">'+ |
897 | '<img src="' + imgSrc + '" width="' + w + '" height="' + h + '"' + (a? (' '+a) : '') + '>'+ |
897 | '<img src="' + imgSrc + '" width="' + w + '" height="' + h + '"' + (a? (' '+a) : '') + '/>'+ |
898 | '<\/div>'; |
898 | '<\/div>'; |
899 | }; |
899 | }; |
900 | 900 | ||
901 | 901 | ||
902 | this.clear = function() |
902 | this.clear = function() |