Jump to content
  • 0

Откуда то лезет hover


virtas
 Share

Question

4 answers to this question

Recommended Posts

  • 0

С

15 часов назад, npofopr сказал:

Дак ведь


.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

 

Спасибо нашел я теперь ставлю  вот так 
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #000000 !important;
}
И все одно он там подмигивает ((( белый 

Link to comment
Share on other sites

  • 0

Мигание из-за файла стилей Бутстрапа, вот в этом правиле прописан цвет

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

Только фон не белый, а светло-серый #eee.

Почему пунктам меню добавляется класс .open — не знаю, надо смотреть скрипты

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

  • Similar Content

    • By tbgiyl
      надо сделать вот так: 

      а получается вот так: 

      доп материалы с кодом: 

       

    • By Алеся
      Подскажите, пожалуйста, что прописать в коде для изменения цвета шрифта меню при наведении на БЛОК (не на ссылку) с черного на белый при hover. На скрине цвет меняется при наведении на ссылку. И как можно меню отодвинуть влево? Заранее спасибо!  
      <div class="three navigation items">       <nav> <ul>   <li> <div class="navigation__item"></div> <a href="#">Hot themes</a>   </li>   <li> <div class="navigation__item"></div> <a href="#">EURO-2016 Playoffs</a>   </li>   <li>     <div class="navigation__item"></div>     <a href="#">El'Classico</a>   </li> </ul>       </nav>     </div>   .navigation {
          background-color: rgba(31, 30, 30, 0.438);
          width: 900px;
          height: 30px;  
      }
      .navigation li {
          display: inline-block;
          padding: 5px 15px;
      &:hover {
          content: "";
          background-color: rgb(36, 36, 36);
          cursor: pointer;
      }
      }
      a {
          color: black;
          text-decoration: none;
          font-family: sans-serif;
      &:hover {
        content: "";
        color: white;
       }
      }

    • By Tanya2021
      Не могу закруглить углы у background-color. В чем проблема? 



    • By Егор0248
      Добрый вечер, ребята.
       
      Вторые сутки блуждаю в сети и не могу найти ответ на свой вопрос. 
      .niz:hover {
        background: red;  
      этим кодом я получил возможность менять цвет определенного блока наведением курсора, вопрос в следующем. 
      Как делать, что бы после каждого наведения цвет менялся на другой а не на один и тот же. То есть зеленый, красный, оранжевый и так далее, спасибо большое
    • By Govt_sm80
      Привет всем .Может кто-то сможет помочь, я не знаю как подвинуть span А. сделать его круглым и поставить по центру картинки , как в премере на картинке.Спасибо за ранее.https://jsfiddle.net/m05gfxqb/1/


      css DZ.zip
×
×
  • 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