Quantcast
Channel: 神魂顛倒論壇-Flash--Front-end網頁前端討論最新50篇論壇主題-全文
Viewing all articles
Browse latest Browse all 735

[css]CSS 如何讓 整個頁面秀出的高度:100%

$
0
0
[css]CSS 如何讓 整個頁面秀出的高度:100%

類型:
css

網頁內容假設只有一行(或不定行數,達不到頁面高度),但是想要組態整頁的背景色彩,就會需要組態高度(height:800px 之類的),要如何組態才能整個可視範圍都不會有問題呢?



CSS 如何讓 整個頁面秀出的高度:100%

將 height:100% 組態在 ,只有內容部分的背景色會換掉,整頁的背景還是白色的。

想要完美解決此問題,可以將 height 設在 上,範例如下:

html {

height: 100%;

}

body {

min-height: 100%;

}

參考自:css - height: 100% or min-height: 100% for html and body elements?

相關網頁

貓箱: [CSS冷知識 #2] 最被人忽略的家伙: html和body

Using 100% Height in CSS

想在手機查閱更多css資訊?免費下載【香港矽谷】Android App

在新視窗檢視







[b]原文站台:
Tsung Hao

This work, unless otherwise expressly stated, is licensed under a

Creative Commons Attribution-ShareAlike 3.0 Unported License.











在新視窗檢視

分享到Facebook


Viewing all articles
Browse latest Browse all 735

Trending Articles