Jump to content
  • 0

Помогите! проблема с маргином.


zloymux
 Share

Question

Не могу справится с маргином.

Для вертикального отступа блоков задал классу нижний маргин 6px;

При этом появился отступ и внизу подложки оО .

margin-bottom:6px; если его обнулить футер встает на место.

аналогичная проблема если заменить на margin-top -от ступает верх.

В фоксе все нормально а хром осел и опера дают отступ.

Как это происходит неп ойму кто может помочь пояснить что как буду благодарен

Результат работы можно посмотреть golddb.ru/test/index.php

Код css

* {margin: 0; padding: 0;} 
/* content styles
============================== */
body{background: black;}
#bodywrap{
position: relative;
left: 225px;
width: 646px;
min-height: 900px;
text-align: center;
background: url(../img/cont_bg.png) repeat-y left;
}
#bodytop,
#bodybottom
{
position: relative;
left: 225px;
width: 646px;
background: url(../img/cont_top.png) no-repeat center;
height: 8px;
line-height:0;
}
#bodybottom
{
background: url(../img/cont_bot.png) no-repeat center;
}
/*Блок тавара*/
.borderST_lot
{
width:618px;
margin: 0 auto;
]margin-bottom:6px;
min-height:250px;
border: 4px double RGB(185,185,185);
}

Пхп страница.

<?
echo"
<html>
<head>
<link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"http://www.golddb.ru/test/a_css/style.css\" />
</head>
<body>
<div id=\"bodytop\"></div>


<div id=\"bodywrap\">
<div id=\"contentbody\">

<div class=\"borderST_lot\">РАМКА</div>

</div> <!-- end contentbody -->
</div> <!-- end bodywrap -->


<div id=\"bodybottom\"></div>

</body>
</html>
";
?>

Edited by zloymux
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Ну из той ссылки я понял что в моем случае overflow просто закрывает все css настройки внутри родителя и тем самым недает им вылазить наружу.

Я просто не понимаю каким образом настройки от внутреннего блока перекинулись на внешние или я неправильно понимаю наследование в css.

Темболее что тут же на сайте

overflow: Свойство overflow управляет отображением содержания блочного элемента, если оно целиком не помещается и выходит за область заданных размеров.

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

))

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