Jump to content
  • 0

Explorer не хочет понимать #cover_img_3:hover>.text{ display: block;}


Березовский
 Share

Question

Здравствуйте коллеги, это мое первое обращение на форуме, так как не могу самостоятельно понять что происходит с этим факнутым эксплорером) в общем привожу ниже код, все просто. есть блок. наводишь на него мышкой и появляется текст с описанием. Все браузеры отлично воспринимают этот простейший код, проблема именно с эксплорером.


<div id="cover_img_3">
<img src="1.jpg" />
<div class="text">
<p>Тут располагается скрытый текст..</p>
</div>
</div>


#cover_img_3{
cursor:pointer;
position: relative;
float: left;
margin: 30px;
width:370px;
height:200px;
}
#cover_img_3:hover>.text{
display: block;
top: 200px;
background: #000;
-webkit-box-shadow: 0 0 6px #333;
-moz-box-shadow: 0 0 6px #333;
-o-box-shadow: 0 0 6px #333;
box-shadow: 0 0 6px #333;
-webkit-transition: .8s;
-moz-transition: .8s;
-o-transition: .8s;
transition: .8s;
}
#cover_img_3:hover img{
-webkit-box-shadow: 0 2px 5px #333;
-moz-box-shadow: 0 2px 5px #333;
-o-box-shadow: 0 2px 5px #333;
box-shadow: 0 2px 5px #333;
-webkit-transition: .8s;
-moz-transition: .8s;
-o-transition: .8s;
transition: .8s;
}
#cover_img_3 img{
position: absolute;
-webkit-transition: .8s;
-moz-transition: .8s;
-o-transition: .8s;
transition: .84s;
}
#cover_img_3 .text{
position: absolute;
top: 0px;
background:#f72429;
display: none;
text-align:center;
color: #fff;
text-shadow: 1px 1px 0 #333;
width: 370px;
-webkit-transition: .8s;
-moz-transition: .8s;
-o-transition: .8s;
transition: .8s;
}

проблема именно тут #cover_img_3 .text{.....} эксплорер вообще не понимает что я от него хочу) пробовал писать так #cover_img_3>.text{ и плюсик ставил))) в общем выяснил что он совсем не понимает данное действие.. почему????

спасибо за помощь.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
в общем выяснил что он совсем не понимает данное действие.. почему????

Спросить у MS?

Попробуйте подключить IE9.js а может selectivizr

та не... при чем тут это, не пашет событие :hover в данном конкретном случае, а css3 в эксплорере мне даром не нужен)

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