includes/clientside/static/messagebox.js
changeset 1091 bb8e04f74819
parent 906 c949e82b8f49
child 1125 367768040a61
equal deleted inserted replaced
1090:6c84fb196026 1091:bb8e04f74819
    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';