Jump to content
  • 0

проблемка с позиционированием элементов


vrazbros
 Share

Question

хочу сделать в блоке footer чтобы картинка выравнивалась по левому краю, а link по провому нижнему углу.

делаю так

<style type="text/css">
.bottom { /* Нижняя часть */
background: #e3e8cc; /* Цвет фона */
border: solid 1px black; /* Параметры рамки */
font-size: 90%; /* Размер шрифта */
padding: 3px; /* Поля вокруг текста */
}
.bottom_link {
float:right;

}
.bottom_img {
float:left;

}
</style>

<div class="bottom">
<div class="bottom_img">
<a href="http://www.tyda.ru"><img src="img/p1.jpg" alt="img" width="90" height="54" /></a>
</div>
<div class="bottom_link">
<a href="http://my.com">link</a>
</div>
</div>

но но фон footerа получается высотой в 3px как бы под img те он не реагирует на контент внутри и проблема с bottom_link. Линка оказывается в правом верхнем углу, а нужно в нижнем на одном ур с img. :)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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