Jump to content
  • 0

Почему не работает z-index


Mantikore
 Share

Question

css:

#content_top
{
position: relative;
top: -200px;
width: 800px;
min-height: 400px;
background-image: url('web/content_top.gif');
background-repeat: no-repeat;
background-color: #01140d;
z-index: 1;
}
#content
{
width: 800px;
z-index: 3;
}
#content_bottom
{
width: 800px;
height: 200px;
background-image: url('web/content_bottom.gif');
position: relative;
top: -200px;
z-index: 2;
}

html:

<div id="content_top">
<div id="content">этот текст должен быть поверх картинок!А он бяка такая закрывается content_bottom</div>
<div id="content_bottom"></div>
</div>

ну что скажете? я что-то неправильно делаю?

или может просто подскажете другой путь - контентная часть состоит из трех элементов: картинка которая должна быть всегда сверху, картинка которая должна быть всегда снизу, а поверх всего этого должен находится сам текст( соответственно растягивается фон между двумя картинками)

Буду весьма благодарна за содействие)

Edited by Mantikore
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
немного не понял зачем использовать для этого z-index

не проще ли сделать 2 вложенных друг в друга блока с верхним и нижним бэкграундом?

все я уже решила проблему. и не было это проблемой вовсе(просто мне ночью нельзя работать, я туплю.

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