Quote:
Originally Posted by RedHacker
This remove all or right section...?
|
You really only need to delete this part
PHP Code:
mimg.src = 'highslide/graphics/warning.gif';
mimg.width = 350;
mimg.height = 16;
mimg.alt = '';
mimg.border = 0;
mtd1.width = 20;
mtd1.className = 'td1';
mtd2.unselectable = 'on';
mtd2.className = 'td2';
mtable.textNode = mtext;
mtable.resize = this;
mtable.textNode = mtext;
mtable.resize = this;
mtd1.appendChild(mimg);
mtd2.appendChild(mtext);
mtr.appendChild(mtd1);
mtr.appendChild(mtd2);
mtbody.appendChild(mtr);
mtable.appendChild(mtbody);
this.img.parentNode.insertBefore(mtable, this.img);
this.warning = mtable;
this.warningTextNode = mtext;