Jump to content
  • 0

div и дочерний элемент с margin > 0


wholegroup
 Share

Question

Здравствуйте,

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
<head>
<title>Модальное окно</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<style type="text/css">
html, body
{
height : 100%;
margin : 0;
padding: 0;
}
</style>
</head>
<body>
<div style="background-color: green;">asd</div>
<div style="margin: 0; padding: 0; background-color: blue;">
<h1 style="margin: 45px; padding: 0px;">Заголовок</h1>
</div>
</body>
</html>

Результат:

margin.png

Вопрос:

Почему так странно влияет свойство margin у H1 на родительский контейнер DIV ?

Я не понимаю, почему по вертикали срабатывает отступ для цвета фона, а по горизонтали отступ на фон DIV'а не влияет? Может есть какое-то свойство, которое исключит отступ фона у DIV'а ?

p.s. убрать margin у H1 и поставить padding не предлагать +) хочу разобраться как оно работает. По моей логике это ошибка. Такое поведение наблюдается в IE, Opera, Firefox, Chrome.

Спасибо.

Link to comment
Share on other sites

2 answers 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