*フッターが常に画面下に密着するCSSです [#a9c981ee]
*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%;~
 }~

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS