html5如果在一个界面内写的东西太多会不会卡
展开全部
最快的方式是将底部的设置定位,也是最常见方式。
例子:
<style type="text/css">
.main{
padding-bottom: x px;/*x 和底部的高度相同*/
}
.foter{
position: fixed;
height: xpx;/*x 是你底部的高度*/
width: 100%;
left: 0px;
bottom: 0px;
}
</style>
<div class="header">头部</div>
<div class="main">内容</div>
<div class="footer">底部</div>
希望能给你帮助。
例子:
<style type="text/css">
.main{
padding-bottom: x px;/*x 和底部的高度相同*/
}
.foter{
position: fixed;
height: xpx;/*x 是你底部的高度*/
width: 100%;
left: 0px;
bottom: 0px;
}
</style>
<div class="header">头部</div>
<div class="main">内容</div>
<div class="footer">底部</div>
希望能给你帮助。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询