Issue: It seems NS4 and NS6 might have problems assigning z-index to layers properly.
In this test the blue layer is created first, but it's z-index is set later, so it should show above the red one.
In the first pair, blue is set to 2, and red to 1.
In the second pair, blue is set to 1, and red to 0.
In the first pair, blue is set to 50, and red is not set at all.
Currently NS4 does not work correctly.









Update 2/Nov/2001 : This issue should now be resolved, thanks to this CVS entry for dynlayer.js:
----------------------------
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

----------------------------