Update of /cvsroot/dynapi/dynapi/tests
In directory usw-pr-cvs1:/tmp/cvs-serv11533
Modified Files:
z_index_bug.html
Log Message:
updated the test to reflect succesfull changes in CVS
Index: z_index_bug.html
===================================================================
RCS file: /cvsroot/dynapi/dynapi/tests/z_index_bug.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** z_index_bug.html 2001/11/02 02:35:20 1.1
--- z_index_bug.html 2001/11/04 20:43:09 1.2
***************
*** 66,69 ****
--- 66,86 ----
In the first pair, blue is set to 50, and red is not set at all.<br />
Currently NS4 does not work correctly.
+ <br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
+ <b>Update 2/Nov/2001 :</b>
+ This issue should now be resolved, thanks to this CVS entry for dynlayer.js:
+ <pre>
+ ----------------------------
+ Revision : 1.69
+ Date : 2001/11/2 15:39:40
+ Author : 'mattfair'
+ State : 'Exp'
+ Lines : +2 -2
+ Description :
+ took out the if(this.z) test when setting the this.css.zIndex variable, this screwed
+ up the zIndex for NS4
+
+ ----------------------------
+ </pre>
+
</body>
</html>
|