Почему нижний колонтитул не идет до дна?CSS

Разбираемся в CSS
Anonymous
Почему нижний колонтитул не идет до дна?

Сообщение Anonymous »

У меня есть веб -страница следующим образом:
http://www.transeeq.com/health/bq17a.html#образно не толкайте до дна. Есть идеи? Вот код CSS: < /p>

#container {
min-height:100%;
position:relative;
}

#body {
padding-bottom:60px; /* Height of the footer */
}

#footer {
position:absolute;
bottom:0;
width:100%;
height:60px; /* Height of the footer */
background:#CCCC66;
}


Подробнее здесь: https://stackoverflow.com/questions/218 ... the-bottom

Вернуться в «CSS»