Bugs item #446742, was opened at 2001-08-01 04:36 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=446742&group_id=5757 Category: DynAPI 2 Browser-Specific Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Andy Short (sh0rtie) Assigned to: Nobody/Anonymous (nobody) Summary: Mozilla not recognising shorthand zIndex Initial Comment: errors in Mozilla 0.9.2 does not adhere to the zindex parameter using the shorthand creation method , instead it reverts to setting its z-index by the created order although obj.setZIndex still works myLayer=DynAPI.document.addChild(new DynLayer(null,0,20,200,100,null,null,10)) myLayer2=DynAPI.document.addChild(new DynLayer(null,0,20,200,100,null,null,8)) results in mylayer2 (with a zindex of 8) is still on top of mylayer(with a zindex of 10) also DynAPI.document.getWidth() and .getHeight() are also wrong (in 2.54) and by setting a layer ie: DynAPI.document.addChild(new DynLayer(null,0,0,DynAPI.document.getWidth(),DynAPI.document.getHeight(),'#CCCCCC')); results in adding horiz and vert scrollbars to the document. ---------------------------------------------------------------------- >Comment By: Robert Rainwater (rainwater) Date: 2001-08-14 10:59 Message: Logged In: YES user_id=16618 Updated cvs with a temporary fix to the mozilla zIndex problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105757&aid=446742&group_id=5757 _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev