includes/clientside/static/fadefilter.js
changeset 1053 bdbb49cf6f1b
parent 907 44851d7e9bda
child 1056 f21d6e75b469
equal deleted inserted replaced
1052:374d08d176cb 1053:bdbb49cf6f1b
    69     thediv.style.left = '0px';
    69     thediv.style.left = '0px';
    70     thediv.style.opacity = '0';
    70     thediv.style.opacity = '0';
    71     thediv.style.filter = 'alpha(opacity=0)';
    71     thediv.style.filter = 'alpha(opacity=0)';
    72     thediv.style.backgroundColor = '#000000';
    72     thediv.style.backgroundColor = '#000000';
    73     thediv.style.width =  '100%';
    73     thediv.style.width =  '100%';
    74     thediv.style.height = '100%';
    74     thediv.style.height = IE ? h + 'px' : '100%';
    75     thediv.style.zIndex = getHighestZ() + 1;
    75     thediv.style.zIndex = getHighestZ() + 1;
    76     thediv.id = layerid;
    76     thediv.id = layerid;
    77     thediv.myOpacVal = opacVal;
    77     thediv.myOpacVal = opacVal;
    78     if(nofade)
    78     if(nofade)
    79     {
    79     {