Jump to content
  • 0

Помогите с отступами...


Noraad
 Share

Question

Люди..я совсем запутался..первый раз такая проблемма..До этого верстал и ничего подобного не было.

Вот html код:

<div id="wrapper">

<div id="logo"></div>

</div>

Вот css:

html, body {

margin: 0px;

padding: 0px;

position: relative;

height: 100%

}

body {

height: 100%;

width: 1100px;

padding: 0 0;

margin: 0 auto;

}

#wrapper {

display: block;

position: relative;

text-align:left;

margin: 0 auto;

width: 1000px;

height: 100%;

background: #ffffff url(../image/bg.jpg) no-repeat 0 0;

}

#logo {

display: block;

position: relative;

background-image: url(../image/lady.png);

width: 294px;

height: 73px;

margin: 25px 5px;

}

В общем по какой-то причине при попытке позиционировать лого относительно wrapper, сам фон съезжает вниз...скриншот прилагается. Перетыркал все свойства. В чем проблемма?

P.S. Нужно отодвинуть лого на 25px справа и 5 px сверху от фона.

2k4Wh0W5.jpg

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

это называется схлопывание margin

можно сделать так

#wrapper {
margin-top: -1px;
border-top: 1px solid;
}

или просто добавить overflow: hidden

или вывести элемент из потока, что вы и сделали.

Edited by Sensei
Link to comment
Share on other sites

  • 0

это называется схлопывание margin

можно сделать так

#wrapper {
margin-top: -1px;
border-top: 1px solid;
}

или просто добавить overflow: hidden

или вывести элемент из потока, что вы и сделали.

Спасибо большое, очень помогли, даже в закладки пока добавлю)

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