当前位置: 编程技术>WEB前端
css层固定位置练习
来源: 互联网 发布时间:2014-10-04
本文导语: 层固定位置练习--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; ...
层固定位置练习--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需刷新才能执行]
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。