Jump to content
  • 0

не присваивается div


ne_beret
 Share

Question

создал кнопку в  div 

<div class="obrvz">
<img src="http://xn—--7kcag1bbpfehfr6ajrl2v.xn--p1ai/wp-content/uploads/2018/03/-1-e1520153199397.png" class="popmake-326"/>
</div>

в файле style.css  дописал 

.obrvz img {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 30%;
}

@media (max-width: 768px) {
  .obrvz {
    display: none;
  }
}

но стиль не применяется ( в чём может быть дело ? подскажите пожалуйста 

извиняюсь, перезагрузил note+++ браузер , подчистил кэш и всё заработало 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Поправьте "max-width: 768px" на "max-width: 767px", а то я в предыдущем топике исправил сниппет, а вы уже скопировали.

И чтобы не кэшировалось, то можно в отладчике во вкладке "Network" поставить галочку "Disable cache". В этом случае кэш отключается только когда открыта панель отладки. Когда панель закрыта - кэширование опять начинает работать.

image.png

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