equal
deleted
inserted
replaced
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 { |