武林網(wǎng)(www.survivalescaperooms.com)文章簡(jiǎn)介:CSS3網(wǎng)頁(yè)布局實(shí)例代碼:始終在網(wǎng)頁(yè)底部代碼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">版權(quán)文字</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">版權(quán)文字</div>
</body>
</html>å
新聞熱點(diǎn)
疑難解答
圖片精選