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);
爱是两个人的“饰”!
欢迎光临我的时尚饰品小店: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);