Jump to content
  • 0

Мне надо чтобы подвал прилипал к низу страницы


stik
 Share

Question

Всем привет! Я бы нашел это сам через поиск, но к сожалению не знаю как это правильно написать :) Вообщим мне нужно сделать чтобы подвал прилипал к низу страницы когда контента на странице мало. Сейчас подвал висит посеридине страницы, и это смотрится ужастно... Сам я дизайнер, и в верстке не особо, но строчки в код вставлять умею)

Не понимаю... это сложно делается что ли... встречал мало верстальщиков которые бы липили футер к низу страницы ((

В общим я прошу помощи!

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Веди , 100% нужно задавать. от самого родителя(html)

да, % это логично, но меня почему-то не очень беспокоит что подвал летает над нижним краем, да и мне каца что лучше все страницы делать повыше за счёт контента, включать фантазию.. :boast:

Link to comment
Share on other sites

  • 0

Веди , 100% нужно задавать. от самого родителя(html)

да, % это логично, но меня почему-то не очень беспокоит что подвал летает над нижним краем, да и мне каца что лучше все страницы делать повыше за счёт контента, включать фантазию.. :boast:

Не всегда контента много.. например в конзине 2 строчки с товарами и две кнопки... и добавлять еще контент безсмыслено..

Link to comment
Share on other sites

  • 0

Используй проверенный шаблон для этого: http://www.cssstickyfooter.com/

<div id="wrap">
<div id="main">
</div>
</div>
<div id="footer">
</div>

html, body {height: 100%;}

#wrap {min-height: 100%;}
#main {overflow:auto;
padding-bottom: 150px;} /* must be same height as the footer */
#footer {position: relative;
margin-top: -150px; /* negative value of footer height */
height: 150px;
clear:both;}
/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/
}

<!--[if !IE 7]>
<style type="text/css">
#wrap {display:table;height:100%}
</style>
<![endif]-->

Edited by TMGLUK
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