Jump to content
  • 0

Подскажите, как сделать футер


Fol
 Share

Question

Всем привет!

Ребята, подскажите, пожалуйста как сделать футер резиновый с

несъезжающим контентом.

wrap - прижат к левому краю окна, а шапка с футером 100%.

Нужно, что бы в футере при любом размере экрана правый блок

копирайта не съезжал,а оставался бы на месте.

Подскажите, пож-та, как сделать правильно.

Пример вот: http://radikal.ru/F/s018.radikal.ru/i518/1211/ce/a7d32f88c18e.jpg.html

html

<div id="footer">

<div id="call">тел: +7 123 <noskype></noskype> 456 78 90</div>

<div id="mail"><a href="mailto:info@yandex.ru">e-mail:info@yandex.ru</a></div>

<div id="rights">Company name, 2012. All rights reserved</div>

</div><!--end footer-->

css

#wrap {

width: 940px;

margin-top:140px;

#footer {

width:100%;

background:#000;

height:45px;

left:0;

bottom:0;

position:absolute;

color:#fff;

font-size:12px;

}

#call {

float:left;

width:33%;

margin: 5px 0 0 35px;

background: url('../images/call.png') no-repeat;

padding:10px 0 0 35px;

height:30px;

}

#mail {

float:left;

width:33%;

margin: 13px 0 0 35px;

background: url('../images/mail.png') no-repeat;

padding:1px 0 0 35px;

height:30px;

}

#mail a {

text-decoration:none;

color:#fff;

}

#rights {

float:right;

width:18%;

text-align:left;

margin: 7px 0 0 35px;

background: url('../images/copy.png') no-repeat;

padding:7px 0 0 35px;

height:30px;

}

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

три дива call, mail и rights обрамить еще одним общим дивом, задать ему фиксированную ширину и спозиционировать как нужно отностельно футера

фиксированную ширину сделать в процентах?

с позиционировать как нужно относительно футера. Вот я и не знаю как нужно).

Не поможете с примером?

Link to comment
Share on other sites

  • 0
сайт нужен резиновый или фиксированной ширины?

честно, не задумывалась. Т.к. основной блок прижат влево,wrap - фикс. А шапка с футером должны адаптироваться под любой размер монитора.

В шапке просто линия, без контента, с ней всё просто. А в футере, если уменьшаешь размер монитора, блок с копирайтом съезжает. Как правильно прописать - не знаю.

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