Jump to content
  • 0

Футер. Как убрать отступ в ИЕ6?


SIC
 Share

Question

Собственно, верстал страницу, из 2х блоков Основного (container) и Футера (underline_container). Необходимо, чтобы при большом Основном блоке футер лежал под ним и появлялся на странице скролл, а в случае, когда Основной блок меньше высоты экрана, футер прижимался бы к низу экрана. Код, который я написал работает во всех браузерах, кроме ИЕ6, в н?м после футера появляется отступ равный по величине самому футеру. Как его победить?

Заранее благодарен всем ответившим.

Вот код:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<link rel="stylesheet" href="stylesheets/sss.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=win-1251">
<meta name="description" content="">
<meta name="keywords" content="">
<style type="text/css">

html {
height: 100%;
}

body {
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
background-color: #FFFFFF;
}

#container {
margin-bottom: -50px;
padding: 0px;
margin: 0px auto;
width: 937px;
min-height: 100%;
background-color: #FF99CC;
}

*html #container {
height: 100%;
}

#underline_container {
position: relative;
bottom: 50px;
padding: 0px;
margin: 0px auto;
width: 937px;
height: 50px;
background: #FF9999 url('../images/underline.gif') repeat-x top;
}

#del {
width: 937px;
height: 80px;
background-color: #FCCCFF;
clear: both;
}

</style>

</head>
<body>
<div id=container>
Основной контейнер

Здесь содержимое разной высоты
<div id=del>Нужен для отделения футера от основного контейнера</div>
</div>
<div id=underline_container> Сам Футер</div>
</body>
</html>

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Да, я тоже только что проверил. Често говоря, у меня сначала были сомнения в правильности использования инструкций для дочерних селекторов в разных браузерах, но вроде везде работает =).

Vindex10, спасибо за помощь!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy