武林網(www.49028c.com)文章簡介:CSS3網頁布局實例代碼:始終在網頁底部代碼2則
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>始終在底部(1)</title>
<style>
body{margin:0}
html, body{height:100%}
.wrapper{min-height:100%;_height:100%;margin: 0 auto -100px}
.footer{height:100px;background:#ccc}
.push{height:100px}
</style>
</head>
<body>
<div class="wrapper">
<p>始終在底部(1)</p>
<div class="push"></div>
</div>
<div class="footer">版權文字</div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>始終在底部(2)</title>
<style>
body{margin:0}
html, body{height:100%}
.wrapper{min-height:100%;_height:100%;margin: 0 auto -100px}
.footer{height:100px;background:#ccc}
.push{height:100px}
</style>
</head>
<body>
<div class="wrapper">
<p>始終在底部(2)</p>
<div class="push"></div>
</div>
<div class="footer">版權文字</div>
</body>
</html>å
新聞熱點
疑難解答