Jump to content
  • 0

DIV поверх всего контетна


Artur Boss
 Share

Question

Здравствуйте!

Скажу сразу, начитался много разных тем, в основном все сходится к z-index, но только не в моем случае, к сожалению.

Имеется длинный выпадающий список (объект 1), который является div-ом.

Проблема в том, что какое-бы высокое значение z-index я не ставил данному списку, его всеравно закрывает безобразный объект <li> (объект 2).

И вот что мы видим (прилагаю скрин)

http://imglink.ru/show-image.php?id=516710a43ae43d8ea382c8a9c1f58df3

Код объекта 1:


.submenu {
color: black;
background: white;
position: absolute;
top: -8px;
z-index: 100;
width: 250px;
display: none;
margin-left: 10px;
padding-bottom: 10px;
border-radius: 6px;
box-shadow: 0 9px 40px rgba(0, 0, 0, 0.45);
}

Код объекта 2:


.parampampam {
clear: both;
overflow: visible;
position: relative;
z-index: 90;
}

Как заставить объект 1 быть выше и главней всех?

Забыл написать, браузер Chrome, испытывал так же в Мозиле - то же самое...

Edited by Artur Boss
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