Just add the following at the end of the Dynlayer.prototype.addChild:
if (this.isDynDocument && is.ns4) {
if (child.h+child.y>this.h)
document.height=this.h=child.h+child.y;
if (child.w+child.x>this.w)
document.width=this.w=child.w+child.x;
};
--
Michael Pemberton
[EMAIL PROTECTED]
ICQ: 12107010
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-dev
