Jump to content
  • 0

фиксирование нижней части


voskan
 Share

Question

есть 3 колонки первый и 3 узкие а по середине как лист а4. я хочу фиксировать нижнюю часть , часть футер так чтоб не смещалась независимо от того если текст в среднем секторе или нет. так как футер иногда смещаеться чисто на среднюю часть когда текста мало . height: 100% не помогает

#footer {

margin-top: 10px;

height: 37px;

width: 100%;

min-width: 1150px;

background: url(images/18.png);

}

#copyright {

height: 36px;

line-height: 36px;

width: 385px;

background: url(images/19.png);

margin: avto;

color: #2b2b2b;

}

а вот html код

<div id="footer">

<div id="copyright">Copyright MyCorp © 2010 | VOSKAN</div>

</div>

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

всем спасибо :) скачал готовый шаблон и оттуда посмотрел как надо было делать и исправил :) вот правильный вариант

#footer {

margin-top: 10px;

height: 36px;

width: 100%;

margin: 0 auto;

clear: both;

min-width: 1150px;

background: url(images/18.png);

}

Link to comment
Share on other sites

  • 0

ключивым тегом как я понял является margin 0px;

но у меня при доктайпе

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

"http://www.w3.org/TR/html4/loose.dtd"> не работает, а работает только при

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

в чем может быть проблема? :)

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