45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 编程代码 > 阅读资讯:通过css设置DIV最小高度和高度自适应的代码分享

通过css设置DIV最小高度和高度自适应的代码分享

2015-02-09 08:14:12 来源:www.45fan.com 【

通过css设置DIV最小高度和高度自适应的代码分享:

复制代码 代码如下:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>设置div最小高度及高度自动伸展的实例</title>
<style>
.divHeight{height:400px;height:auto;min-height:500px;width:800px; background:#bbeeeb;margin:0 auto;}
</style>
</head>
<body>
<div class="divHeight">
此div具有最小高度且高度可以随着内容的增高而自动伸展
</div>
</body>
</html>

本文地址:http://www.45fan.com/bcdm/9552.html
Tags: css
编辑:路饭网
推广内容
推荐阅读
热门推荐
推荐文章
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部