S
S
sergemin2017-08-04 14:26:46
css
sergemin, 2017-08-04 14:26:46

Why doesn't this css work on Mac?

HTML

<nav>
   <ul>
      <li></li>
     ...
   </ul>
</nav>

css
nav:not(:focus) ul:not(:active) { /* магия кнопки "меню", благодаря чему навигация скрывается/появляется по щелчку */
    display: none;
  }

Dropdown menu written in css does not work on iPhone. What properties are not supported?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
VisualIdeas, 2017-08-04
@VisualIdeas

Should work from version 10.3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question