会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Kathy
品味悠然!
博客园
首页
新随笔
联系
订阅
管理
创建遮盖层
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);
继续追寻。。。。。。
posted @
2009-09-24 15:10
空紫竹
阅读(
223
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部