Jump to content
  • 0

Вывести родительский div поверх дочернего


Inf1n1tI
 Share

Question

Здравствуйте, я в верстке разбираться только начинаю и поэтому сложилась такая простая проблема:

HTML Code:


<div id="header">
<div id="header_top">
<div id="logo">
<a href="/"><img src="images/logo.png" alt="Кинорулетка" /></a>
</div>
<div id="networks">
<a href="/"><img src="images/vkontakte.png" alt="Вконтакте" /></a>
<a href="/"><img src="images/facebook.png" alt="Фэйсбук" /></a>
<a href="/"><img src="images/twitter.png" alt="Твиттер" /></a>
</div>
</div>
<div id="header_bottom">
<div id="roulet">
<img src="images/roulet.png" alt="Рулетка" /><p>Крутить рулетку, чтобы перейти к следующему фильму</p>
</div>
</div>
</div>

CSS Code:


/*Header*/
#header {
height:207px;
width:100%;
}

#header_top {
height:120px;
width:100%;
background:#282828;
}

#header_bottom {
height:87px;
width:100%;
background:url(../images/bachroma.png) repeat-x;
}

#logo {
float:left;
margin: 13px auto auto 105px;
}

#networks {
float:right;
margin: 10px 110px auto auto;
}
#networks a {
padding: 0 5px 0 5px;
}

#roulet {
margin: 0 auto;
width:400px;
height:86px;
background:#474747;
}

Screenshot:

1914279m.jpg

Вот, хочу бахрому вывести поверх блока roulet, но бахрама принадлежит родительскому блоку, наверно нужно воспользоваться z-index... Подскажите пожалуйста рациональное решение задачи?

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

а разве z-index не действует только на соседние блоки(а не вложенные)? я правда не знаю, самому интересно

или я вопрос неправильно понял?..

вот вот, у меня поэтому и не получается z-indexom воспользоваться.... Подскажите пожалуйста как быть с дочерним и родительским?

Link to comment
Share on other sites

  • 0

Inf1n1tI, похоже, что у вас и дальше всё будет получаться.

Спасибо за то, что используете подсказки для того, чтобы разобраться самостоятельно, а не требуете готовый код.

Это правильный подход.

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