CSS1 worked:
.parentDisable { z-index:2000; width:100%; height:100%; display:none; position:absolute; left:
Try using a position:static for .parentDisable. This will generally give you better results for what I think you're looking for.