DIV 画面下に常に表示

#DIV名 {
    position: fixed;
    bottom: 0;
    width: 100%;
}

カテゴリー: CSS