Jump to content
  • 0

div съезжает вниз


lolka84
 Share

Question

Всем привет!

Уже час ломаю голову, почему центральный див съезжает вниз ?

Заранее благодарю!

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Документ без названия</title>

<style>

.positions {
width:100%;
height:197px;
padding:10px 0;
display:table;
}
.positions figure {
width:20%;
height:197px;
display:table-cell;
}
.positions figure div {
width:171px;
height:185px;
background:url("img/posFon.png") no-repeat;
padding:6px;
}
.positions img {
width:170px;
height:149px;
}
.positions figcaption {
text-align:center;
margin:10px 0 0 0;
}
.fonL {
float:left;
}
.fonLl {
float:left;
margin:0 0 0 3%;
}
.fonR {
float:right;
}
.fonRr {
float:right;
margin:0 3% 0 0;
}
.fonC {
margin:0 auto;
}

</style>

</head>

<body>

<div class="positions">



<figure>

<div class="fonL">

<img src="img/p1.png" alt="" title="">

<figcaption>Продаем</figcaption>

</div>

</figure>

<figure>

<div class="fonLl">

<img src="img/p2.png" alt="" title="">

<figcaption>Производим</figcaption>

</div>

</figure>

<figure>

<div class="fonC">

<img src="img/p3.png" alt="" title="">

<figcaption>Купим</figcaption>

</div>

</figure>

<figure>

<div class="fonRr">

<img src="img/p4.png" alt="" title="">

<figcaption>Утилизация</figcaption>

</div>

</figure>

<figure>

<div class="fonR">

<img src="img/p5.png" alt="" title="">

<figcaption>Контакты</figcaption>

</div>

</figure>



</div>



</body>
</html>

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Точно, спасибо!

Но тут тогда другая проблема вылазит - как <div class="fonR"> прижать к правому краю, а <div class="fonL"> к левому ?

Даже так спрошу: как эти 5 дивов расположить в родителе равномерно, что б правый был все время прижат к правому краю, левый - к левому, центральный что б был всегда посередине, а оставшиеся два что б на равноудаленном расстоянии от соседей были ? Дизайн резиновый.

Заранее благодарю!

Link to comment
Share on other sites

  • 0

Попробывал через позиционирование - ерунда какая-то получается :(


<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Документ без названия</title>

<style>

.positions {
width:100%;
height:197px;
padding:10px 0;
display:table;
}
.positions figure {
width:20%;
height:197px;
display:table-cell;
position:relative;
}
.positions figure div {
width:171px;
height:185px;
background:#333;
padding:6px;
position:absolute;
}
.positions img {
width:170px;
height:149px;
}
.positions figcaption {
text-align:center;
margin:10px 0 0 0;
}
.fonL {
left:0;
}
.fonLl {
left:23%;
}
.fonR {
right:0;
}
.fonRr {
right:23%;
}
.fonC {
left:43%;
}

</style>

</head>

<body>

<div class="positions">



<figure>

<div class="fonL">


</div>

</figure>

<figure>

<div class="fonLl">


</div>

</figure>

<figure>

<div class="fonC">


</div>

</figure>

<figure>

<div class="fonRr">


</div>

</figure>

<figure>

<div class="fonR">


</div>

</figure>



</div>



</body>
</html>

Вырезка с макета, как должно быть:

http://www.e1.ru/fun/photo/view_pic.php/o/5fc72fb927ebdd39b5626e96859dab90/view.pic

Link to comment
Share on other sites

  • 0

Сигма, пардон, как "так" ?:)

Пока остановился на этом:


<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Документ без названия</title>

<style>

.positions {
width:100%;
height:197px;
padding:10px 0;
background:#000;
display:table;
}
.positions figure {
width:20%;
height:197px;
display:table-cell;
}
.positions figure div {
width:171px;
height:185px;
background:#666;
padding:6px;
margin:0 auto;
}
.positions img {
width:170px;
height:149px;
}
.positions figcaption {
text-align:center;
margin:10px 0 0 0;
}


</style>

</head>

<body>

<div class="positions">



<figure>

<div class="fonL">


</div>

</figure>

<figure>

<div class="fonLl">


</div>

</figure>

<figure>

<div class="fonC">


</div>

</figure>

<figure>

<div class="fonRr">


</div>

</figure>

<figure>

<div class="fonR">


</div>

</figure>



</div>



</body>
</html>

Но в таком варианте блоки смещены к центру, хотелось бы, что б все таки крайние были прижаты к краям..

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