equal
deleted
inserted
replaced
64 else |
64 else |
65 { |
65 { |
66 master_div.style.top = '-10000px'; |
66 master_div.style.top = '-10000px'; |
67 master_div.style.position = ( IE ) ? 'absolute' : 'fixed'; |
67 master_div.style.position = ( IE ) ? 'absolute' : 'fixed'; |
68 } |
68 } |
69 z = ( aclDisableTransitionFX ) ? document.getElementById('specialLayer_darkener').style.zIndex : getHighestZ(); |
69 z = ( aclDisableTransitionFX ) ? document.getElementById('specialLayer_darkener').style.zIndex + 1: getHighestZ() + 1; |
70 mydiv.style.backgroundColor = '#FFFFFF'; |
70 mydiv.style.backgroundColor = '#FFFFFF'; |
71 mydiv.style.padding = '10px'; |
71 mydiv.style.padding = '10px'; |
72 mydiv.style.marginBottom = '1px'; |
72 mydiv.style.marginBottom = '1px'; |
73 mydiv.id = 'messageBox'; |
73 mydiv.id = 'messageBox'; |
74 mydiv.style.overflow = 'auto'; |
74 mydiv.style.overflow = 'auto'; |