前端设计之CSS布局:上中下三栏自适应高度CSS布局_html/css_WEB-ITnose

php中文网
发布: 2016-06-24 11:38:52
原创
1549人浏览过

网页代码:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>CSS布局:上中下三栏自适应高度CSS布局</title><STYLE type="text/css">*{margin:0;padding:0;}body, html { margin: 0; padding:0 !important; padding:90px 0 32px 0; width:100%; height:100%; overflow:hidden;}.header {    background: #C9F;    width: 100%;    height: 90px;    overflow: hidden;    position: absolute;    top: 0;    width: 100%;    text-align: center;    background-color: #FFCC00;}.content { position:absolute!important; position:relative; top:90px!important; top:0; bottom:32px; width:100%; overflow:hidden; height:auto!important; height:100%; left: -3px;}.main { height:100%; background:#66CCFF; overflow-y:auto; text-align:center;}.footer {    background: #9CF;    width: 100%;    height: 40px;    color: #e1efff;    line-height: 32px;    letter-spacing: 1px;    text-align: center;    clear: both;    position: absolute;    bottom: 0;    left: 0;    background-color: #FF6600;}</STYLE></head><body><!-- 代码 开始 --><div class="header">    <br/>    这里是顶部</div><div class="content">    <div class="main">        <br /><br />        网页header和footer高度是固定的,中间的content高度自适应浏览器窗口高度代码,随着窗口的大小变动都是满屏的。    </div></div><div class="footer">    这里是底部</div><!-- 代码 结束 --></body></html>
登录后复制

效果截图


立即学习前端免费学习笔记(深入)”;

自由画布
自由画布

百度文库和百度网盘联合开发的AI创作工具类智能体

自由画布 73
查看详情 自由画布


立即学习前端免费学习笔记(深入)”;

版权声明:本文为博主原创文章,未经博主允许不得转载。

HTML速学教程(入门课程)
HTML速学教程(入门课程)

HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号