Jump to content
  • 0

Расположение иконок


Feel
 Share

Question

6 answers to this question

Recommended Posts

  • 0

Выровнять иконки не получилось предложенными способами. Помучил блоки собственными идеями, но ничего не вышло. Прошу подсказать.

html

<div id="footer"> 
<div id="navigation">
<a href="#">ОБО МНЕ</a>
|
<a href="#">ГАЛЕРЕЯ</a>
|
<a href="#">КОНТАКТЫ</a>
|
РАССКАЗАТЬ
</div>

<div id="icon">
<a href="#"><img src="images/fc.png"></a>
<a href="#"><img src="images/vk.png"></a>
<a href="#"><img src="images/tw.png"></a>
</div>
</div>

css

#footer {
text-align: center;
width: inherit;
height: 50px;
bottom:0;
position:fixed;
background:blue;
}

a {
text-decoration: none;
color:#202020;
font-size:11pt;
font-family: courier;
}

#navigation {
background:yellow;
display: inline-block;
}

#icon {
height:20px;
display: inline-block;
background:green;
}

Скриншот

Так и не понял почему блок текста имеет отступ сверху, а блок иконок - нет, хотя у меня в css прописано "* {margin:0px; padding:0px}"

Edited by Feel
Link to comment
Share on other sites

  • 0

Вам же говорили про line-height, должно было получиться, там все просто

http://jsfiddle.net/strange_atom/kMxSc/

upd:

и не используйте capslock, есть же text-transform

Edited by strange_atom
  • Like 1
Link to comment
Share on other sites

  • 0

Вам же говорили про line-height, должно было получиться, там все просто

http://jsfiddle.net/strange_atom/kMxSc/

upd:

и не используйте capslock, есть же text-transform

Сейчас попробую. Про capslock спасибо что написали, не знал.

P.S. Попробовал, так мучался, а оказывается все так просто)

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