Jump to content
  • 0

Не могу убрать отступ


ar.
 Share

Question

Не могу убрать верхний отступ у фоновой картинки в хэдере с помощью margin.

Не могу въехать почему :)

При установке position: absolute; верхний отступ убирается, но тогда не выравнивается по центру по горизонтали.

Буду очень благодарен за ответы! Прошу не сильно ругаться :)

Ниже код: -

body {
background-color: #f8ebb8;
margin: 0 auto;
width: 100%;
}
[b]div#header-all {
background: url('../img/header-all.jpg') no-repeat;
background-color: #f8ebb8;
margin: 0 auto;
position: relative;
height: 406px;
width: 1200px;
}

<body>
<div id="header-all"><!--Хэдер-->
<div id="header-1"> <!--Верхние кнопки+Поисковая форма-->

<p id="action-button"> <!--Верхние кнопки-->
<a href="#help" title="Live help">Live hel</a>
<a href="#login" title="Login/Register">Login/Register</a>
</p>

<form action="#search" method="post" id="search-form"> <!--Поисковая форма-->
<p>
<input type="text" name="query" value="Search" />
<input type="submit" name="submit" value="Search!" />
</p>
</form> <!--Поисковая форма-->
</div><!--Верхние кнопки+Поисковая форма-->

<div id="logo" > <!--Логотип(картинка+надпись)-->
<h1><a href="#home" title="Home Page">herbal treats</a></h1>
</div><!--Логотип(картинка+надпись)-->

</div><!--Хэдер-->

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Вот:

p {
margin: 0;
}

Из-за схлопывания, <p> создавал отступ перед дивом.

Про схлопывание можно почитать здесь: http://htmlbook.ru/samlayout/blochnaya-verstka/skhlopyvayushchiesya-otstupy

И советвую поставить firebug. В нем можно отследить такие косяки.

Edited by sammasati
Link to comment
Share on other sites

  • 0

Добавьте к #backtolisting {

clear: left;

}

или уменьшите нижний и/или верхние отступы (padding)

Попробую объяснить. Сам блок #backtolisting остается на месте, а вот строчные элементы: инлайн-боксы и в нашем случае анонимные инлайн-боксы (боксы, которые находятся внутри блочных элементов, и они не обернуты в инлайн-элементы — это em, span, b, i, strong и тд.) обтекают элемент .about_header_text.

http://jsfiddle.net/P3UZk/5/

20121009105441.jpg

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