Jump to content
  • 0

Помогите разобраться с полем!


west456
 Share

Question

Всем доброго времени суток. Только начал свой путь верстальщика. Сейчас работаю над одним из учебных шаблонов данного форума.

Мой style.css


html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
#header {
height: 401px;
background: url(images/header_bg.png) repeat-x;
}
#header .contact {
margin-top: 45px;
}

Мой index.html:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Раира</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="header">
<div class="contact">
<p>Круглосуточная концультация по телефону</p>
<p>(495) 123-45-67</p>
</div>
</div>
</body>
</html>

Вопрос: Почему добавляя margin-top: 45px; вложенному блоку class="contact", поле добавляется и к блоку id="header" и опускает его на 45px а не только блок class="contact" ? Решил данную проблему путем добавления свойства position: relative; блоку id="header" и свойства position: absolute; блоку class="contact". Но хотелось бы узнать почему так происходит. Спасибо!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Еще можно решить это добавлением padding-top: 45px в #header, а margin у .contact соответственно убрать. А тот эффект что наблюдается у вас называется, если я не ошибаюсь, схлопыванием.

Спасибо, это как раз мой случай а именно пункт "Вложенные элементы" , еще нашел описания данного свойства в книге Д. Макфарланд - Большая книга CSS 2012, в 7 главе "Поля, отступы, границы", подраздел "Конфликты полей", кому интересно.

Link to comment
Share on other sites

  • 0
еще нашел описания данного свойства в книге Д. Макфарланд - Большая книга CSS 2012, в 7 главе "Поля, отступы, границы", подраздел "Конфликты полей", кому интересно.

Какой ты молодец!

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