CSS/footer
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
*footerを画面下に固定 [#t4457606]
フッターが常に画面下に密着するCSSです [#a9c981ee]
**CSS [#c02a821a]
html {~
height: 100%;~
}~
body {~
height: 100%;~
}~
~* html div#container {~
height: 100%;~
div#container {~
margin: 0px auto;~
position: relative;~
min-height: 100%;~
}~
body > #container {~
height: auto;~
}~
div#contents {~
padding-bottom: 30px;~
}~
#footer {~
position: absolute;~
bottom: 0;~
height: 30px;~
width: 100%;~
}~
終了行:
*footerを画面下に固定 [#t4457606]
フッターが常に画面下に密着するCSSです [#a9c981ee]
**CSS [#c02a821a]
html {~
height: 100%;~
}~
body {~
height: 100%;~
}~
~* html div#container {~
height: 100%;~
div#container {~
margin: 0px auto;~
position: relative;~
min-height: 100%;~
}~
body > #container {~
height: auto;~
}~
div#contents {~
padding-bottom: 30px;~
}~
#footer {~
position: absolute;~
bottom: 0;~
height: 30px;~
width: 100%;~
}~
ページ名: