Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv14380

Modified Files:
        dynlayer.js 
Log Message:
zIndex is now really 0

Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -r1.57 -r1.58
*** dynlayer.js 2001/06/10 22:44:28     1.57
--- dynlayer.js 2001/06/16 01:50:43     1.58
***************
*** 21,25 ****
        this.bgColor=a[5]||null;
        this.visible=(a[6]!=false && a[6]!='hidden');
!       this.z=a[7]||null;
        this.bgImage=a[8]||null;
        this.html=null;
--- 21,25 ----
        this.bgColor=a[5]||null;
        this.visible=(a[6]!=false && a[6]!='hidden');
!       this.z=a[7]||0;
        this.bgImage=a[8]||null;
        this.html=null;


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to