创建遮盖层

it2026-05-27  13

Code 爱是两个人的“饰”!欢迎光临我的时尚饰品小店:http://shop36465575.taobao.com/  var bgObj = document.createElement("div");        bgObj.setAttribute('id','bgDiv');         bgObj.style.position = "absolute";        bgObj.style.background = "#777777";        bgObj.style.filter = "progid:DXImageTransform.Microsoft.Alpha(style = 3,opacity = 10 ,finishOpacity = 10)";         bgObj.style.opacity = "0.1";          bgObj.style.width = window.screen.availWidth.toString() + "px";         bgObj.style.height = window.screen.availHeight.toString() + "px";         bgObj.style.zIndex = "1";         var ifrmObj = document.createElement("iframe");        ifrmObj.style.width = bgObj.style.width;        ifrmObj.style.height = bgObj.style.height;        ifrmObj.style.filter = "progid:DXImageTransform.Microsoft.Alpha(style = 3,opacity = 0 ,finishOpacity = 0)";        bgObj.appendChild(ifrmObj);

转载于:https://www.cnblogs.com/lfzwenzhu/archive/2009/09/24/1573325.html

相关资源:数据结构—成绩单生成器
最新回复(0)