Jump to content
  • 0

И снова z-index в ie8-9


gekas
 Share

Question

В ie8-9 Элементы с классом m-pointer находятся уровнем ниже main-img. Z-index не помогает при том, что элементы позиционированные.

......           <div class="m-pointer p1" id="p1"></div>           <div class="m-pointer p2" id="p2"></div>           <div class="m-pointer p3" id="p3"></div>           <div class="m-pointer p4" id="p4"></div>           <div class="m-pointer p5" id="p5"></div>           <div class="m-pointer p6" id="p6"></div>           <div class="m-pointer p7" id="p7"></div>           <div class="m-pointer p8" id="p8"></div>           <div class="m-pointer p9" id="p9"></div>           <img src="img/house.jpg" class="main-img">........

 

 
 .content{    position: relative;} .main-img{    display: block;    width: 100%;} .m-pointer{    position: absolute;    cursor: pointer;    width: 43px;    height: 53px;}

 

Демо: gekas. e3w. ru /gidrosbor/

 

Как решить проблему?

Edited by gekas
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

.main-img тоже задайте z-index, 10 например. А для .m-pointer, соответственно, что-то побольше.

Пробовал - не работает. Когда поднимаем через z-index .m-pointer и добавляем ему outline, то видим, что m-pointer находится визуально уровнем выше, НО если прописать

.m-pointer:hover{    outline: 5px solid grey;}

В ie8 опять таки ничего не происходит. У меня скрипт прописан с использованием события mouseover для .m-pointer, который тоже не работает в ie8-9. Не могу определить причину. При чем если картинку .main-img сделать в пол ширины(что бы не все .m-pointer ы были над ней), то m-pointer ы, под которыми нет картинки - откликаются на наведение нормально

Edited by gekas
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