Jump to content
  • 0

Hover


cruel09
 Share

Question

Подскажите пожалуйста, есть меню:

6881c5bcd116b9e909d913a1eb7421ca.png

 

т.е ссылка + слева иконка

я сделал это так:

.menu li.faq{	background: url(../img/faq.png) no-repeat 20px center;}.menu li.news{	background: url(../img/news.png) no-repeat 20px center;}

Но, при наведении должен меняться цвет + добавляется еше 1 иконка вот так:

831aff330c586f4b66233f305e269890.png

.menu li a:hover {	background: #d9d9d9 url(../img/menu-active.png) no-repeat 90% 50%;}

сделал я это вот так и в итоге у меня иконка слева пропадает при наведении, как исправить можно?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

.menu a {

text-decoration: none;

color:black;

font-size: 14px;

height: 40px;

line-height: 40px;

padding-left: 50px;

}

.menu li a {

display: block;

}

.menu li.main{

background: url(../img/main.png) no-repeat 20px center;

}

.menu li.wallet{

background: url(../img/wallet.png) no-repeat 20px center;

}

.menu li.faq{

background: url(../img/faq.png) no-repeat 20px center;

}

.menu li.news{

background: url(../img/news.png) no-repeat 20px center;

}

.menu li.exit{

background: url(../img/exit.png) no-repeat 20px center;

}

.menu li a:hover::after {

background: url(../img/menu-active.png);

}

Edited by cruel09
Link to comment
Share on other sites

  • 0

Я знаю что такое after, я имею ввиду я не понимаю что нужно сделать в данном случае, 

ни так:

.menu li a:hover {	background: #d9d9d9 url(../img/menu-active.png) no-repeat 90% 50%;}.menu li.main a:hover::after {	background: url(../img/main.png) no-repeat 20px center;}

ни так:

.menu li.main a:hover {	background: url(../img/main.png) no-repeat 20px center;}.menu li a:hover::after {	background: #d9d9d9 url(../img/menu-active.png) no-repeat 90% 50%;}

не работает

Link to comment
Share on other sites

  • 0

У меня в примере тоже добавляется фон и ничего не пропадает. Я уже разжевал все что надо было, Вам остается лишь правильно скопировать код, с этим помочь не могу.

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