Jump to content
  • 0

Верстка, position: relative, Пустое место, как сделать правильно?


taraba4
 Share

Question

Всем привет! Извиняюсь что создал новую тему. Но беглый поиск не дал результатов.

Собственно проблемма на кринах:

http://taraba4.ru/img/_1.png

http://taraba4.ru/img/_2.png

http://taraba4.ru/img/_3.png

И живая верстка:

http://taraba4.ru/hammam/

Уже не раз сталкивался с такой проблеммой, решал разными хаками и прочей лабудой...

Откуда это береться и как решать, чтобы раз и навсегда...

CSS:


.top {
height: 505px;
}
.logo {
position: relative;
z-index: 10;
}

.logo img {
display: block;
margin: 0px auto;
margin-top: 50px;
}

.slider {
position: relative;
z-index: 9;
top: -120px;
}

.bani {
margin: 20px auto;
height: 150px;
}

HTML :


<div class="top">
<div class="container logo">
<article class="row">
<div class="span12">
<img src="img/logo.png">
</div>
</article>
</div>
<div class="container slider">
<section class="row">
<div class="span12">
<img src="img/slider.png">
</div>
</section>
</div>
</div>

<div class="container bani">
<article class="row">
<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>

<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>

<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>

<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>

<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>

<div class="span2">
<h5>Турецкие бани</h5>
<img src="img/banya.png" alt="banya" width="" height="" />
</div>
</article>
</div>

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