您的位置:首页 > Web前端 > CSS

div+css顶部固定浮动

2013-07-01 13:21 363 查看
<style type="text/css"><!--
#topmenu
{top:0;
width:100%;
position:fixed;
padding:10px;
text-align:center;
font-weight:bold;
background:#ED9F30}
--></style>
<div id="topmenu">
title
</div>
<div style="height:50px">
</div>
<div style="height:5000px">
content
</div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: