Jump to content
  • 0

показать/спрятать элемент не выходит?


lomax
 Share

Question

Всем привет.

Я совсем новичок.

Подскажите, если не сложно.

Ниже пример кода (упростил как мог).

Суть задачи - по наведении на иконку меняется фон по дней + появляется подсказка с пояснением.

Так вот - фон отрабатывает на ура. А help1 не появляется. Уже бьюсь несколько часов как рыба от лед.

Ведь наверняка что-то на поверхности, но не вижу?!

Стиль:

 
<style>

.help1{
visibility: hidden;
}

.icon_style {
width: 45px;
height: 45px;
background: rgba(200, 200, 200, .1);
}

.icon_style a {
display:block;
}

.icon_style a:hover {
background: rgba(200, 200, 200, .3);

}

.icon_style a:hover + .help1 {
visibility: visible;
}

</style>

ХТМЛ:

 
<body>

<div class="icon_pos">
<div class="icon_style"><a href=""><img src="img/tel.png" width="45" height="45"></a></div>
<div class="help1">+7 123 123 12 21</div>
</div>

</body>

Edited by lomax
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

А если так? http://jsfiddle.net/zCzT5/

Не совсем то, хотя круто!

У меня там будет несколько иконок, и нужно чтобы подсказка пряталась,

когда я ухожу с одного элемента класса icon_style на другой?


<div class="icon_pos">
<div class="icon_style"><a href="">Link ?</a></div>
<div class="help1">+7 123 123 12 21</div>
<div class="icon_style"><a href="">Link 2?</a></div>
<div class="help2">+7 123 143 14 24</div>
</div>

Edited by lomax
Link to comment
Share on other sites

  • 0

Что мешает добавить еще один слой?

Это самый простой способ, что пришел в голову. У меня не достаточно знаний на двусложные записи в CSS ^_^

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