Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/api
In directory usw-pr-cvs1:/tmp/cvs-serv24519/src/lib/dynapi/api
Modified Files:
dynlayer.js
Log Message:
Added a temporary fix to the zIndex problem in Mozilla. It is now set manually
instead of through the div string.
Index: dynlayer.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/api/dynlayer.js,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** dynlayer.js 2001/06/27 21:19:42 1.65
--- dynlayer.js 2001/08/14 17:58:47 1.66
***************
*** 38,41 ****
--- 38,42 ----
this.css=this.elm.style;
this.doc=this.parent.doc;
+ this.css.zIndex=this.z;
} else if (is.ie) {
var
parentElement=(this.parent.isDynLayer)?this.parent.elm:this.parent.doc.body;
_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs