Jump to content
  • 0

позиционирование


wert-one
 Share

Question

Добрый день!

Нужна помощь!

Помогите разобратся с позиционированием. есть 3 блока и css к ним:

<div class="header">

</div>

<div class="bar">

</div>

<div class="slider">

</div>

div.bar {

background-image: url(images/bar.png);

height: 50px;

width: 1000px;

margin: auto;

margin-top: -25px;

position: absolute;

}

div.header {

background-image: url(images/fon.png);

height: 151px;

width: 1200px;

margin: auto;

}

div.slider {

background-image: url(images/slider.png);

height: 300px;

width: 1200px;

margin: auto;

}

Блок BAR встает к левому краю страницы хотя задан для него margin: auto;

Если отключить position: absolute; то он встает по центру, но дает зазор с div.slider

мне нужно понять как сделать как на картинке (прилогаю)

7QZssSuaPIc.jpg

Link to comment
Share on other sites

1 answer 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