Python语言技术文档

微信小程序技术文档

php语言技术文档

jsp语言技术文档

asp语言技术文档

C#/.NET语言技术文档

html5/css技术文档

javascript

点击排行

您现在的位置:首页 > 技术文档 > CSS

css层固定位置练习

来源:中文源码网    浏览:173 次    日期:2024-05-13 05:30:02
【下载文档:  css层固定位置练习.txt 】


css层固定位置练习
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
层固定位置练习--by 阿会楠
html,body{
overflow:hidden;
padding:0;
margin:0;
width:100%;
height:100%;
}
#_body{
height:100%;
overflow-y:scroll;
width:100%;
height:100%;
}
#adDiv{
position:absolute;
z-index:99999;
bottom:10px;
left:10px;
width:200px;
height:30px;
border:1px solid #8A9ABB;
background:#F0F4F7;
font:12px tahoma;
text-align:center;
line-height:30px;
}
脚本之家
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]

相关内容