Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv12354
Modified Files:
dynlayer.js
Log Message:
small bug in width setting for NS4
Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** dynlayer.js 2001/02/24 13:18:44 1.28
--- dynlayer.js 2001/02/24 13:37:16 1.29
***************
*** 85,89 ****
this.doc.close();
if (this.w) this.css.clip.width=this.w;
! if (this.h) this.css.clip.width=this.h;
}
if (this.bgColor!=null) this.setBgColor(this.bgColor);
--- 85,89 ----
this.doc.close();
if (this.w) this.css.clip.width=this.w;
! if (this.h) this.css.clip.height=this.h;
}
if (this.bgColor!=null) this.setBgColor(this.bgColor);
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs