<small id='1IAGL'></small><noframes id='1IAGL'>

  • <tfoot id='1IAGL'></tfoot>
      <bdo id='1IAGL'></bdo><ul id='1IAGL'></ul>
    <i id='1IAGL'><tr id='1IAGL'><dt id='1IAGL'><q id='1IAGL'><span id='1IAGL'><b id='1IAGL'><form id='1IAGL'><ins id='1IAGL'></ins><ul id='1IAGL'></ul><sub id='1IAGL'></sub></form><legend id='1IAGL'></legend><bdo id='1IAGL'><pre id='1IAGL'><center id='1IAGL'></center></pre></bdo></b><th id='1IAGL'></th></span></q></dt></tr></i><div id='1IAGL'><tfoot id='1IAGL'></tfoot><dl id='1IAGL'><fieldset id='1IAGL'></fieldset></dl></div>
        <legend id='1IAGL'><style id='1IAGL'><dir id='1IAGL'><q id='1IAGL'></q></dir></style></legend>

        触摸屏设备上的 CSS 悬停不会被忽略

        时间:2023-11-29
          <tbody id='vzjoZ'></tbody>
      1. <i id='vzjoZ'><tr id='vzjoZ'><dt id='vzjoZ'><q id='vzjoZ'><span id='vzjoZ'><b id='vzjoZ'><form id='vzjoZ'><ins id='vzjoZ'></ins><ul id='vzjoZ'></ul><sub id='vzjoZ'></sub></form><legend id='vzjoZ'></legend><bdo id='vzjoZ'><pre id='vzjoZ'><center id='vzjoZ'></center></pre></bdo></b><th id='vzjoZ'></th></span></q></dt></tr></i><div id='vzjoZ'><tfoot id='vzjoZ'></tfoot><dl id='vzjoZ'><fieldset id='vzjoZ'></fieldset></dl></div>

          1. <small id='vzjoZ'></small><noframes id='vzjoZ'>

              • <bdo id='vzjoZ'></bdo><ul id='vzjoZ'></ul>
                <legend id='vzjoZ'><style id='vzjoZ'><dir id='vzjoZ'><q id='vzjoZ'></q></dir></style></legend>

                  <tfoot id='vzjoZ'></tfoot>
                • 本文介绍了触摸屏设备上的 CSS 悬停不会被忽略的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我添加了一个带有 html 按钮的 div:

                  I've appended a div with a html button:

                  $('.nav').append('<button class="restart">Restart</button>');
                  

                  该按钮具有用于悬停的 css 属性.我的问题是,当点击触摸屏设备上的按钮时,按钮会保持悬停状态,直到点击另一个元素.

                  The button has css properties for hover. My problem is that when tapping the button on a touch-screen device, the button retains its hover state until another element is tapped.

                  在使用触屏设备浏览时,有什么方法可以忽略悬停属性?

                  Is there any way that the hover property can be ignored when browsing with a touch-screen device?

                  推荐答案

                  不是一个理想的解决方案,但感谢@dualed 的领先!

                  Not an ideal solution, but thanks @dualed for the headstart!

                  @media screen and (min-device-width:768px) and (max-device-width:1024px) /*catch touch screen devices */
                  {
                      button.restart:hover
                      {
                          /* replicate 'up' state of element */
                      }
                  }
                  

                  这篇关于触摸屏设备上的 CSS 悬停不会被忽略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:图像边界半径在 css 过渡期间不起作用 下一篇:如何使用 CSS 在悬停时向图像添加工具提示

                  相关文章

                      • <bdo id='oNOyw'></bdo><ul id='oNOyw'></ul>

                      <small id='oNOyw'></small><noframes id='oNOyw'>

                      <i id='oNOyw'><tr id='oNOyw'><dt id='oNOyw'><q id='oNOyw'><span id='oNOyw'><b id='oNOyw'><form id='oNOyw'><ins id='oNOyw'></ins><ul id='oNOyw'></ul><sub id='oNOyw'></sub></form><legend id='oNOyw'></legend><bdo id='oNOyw'><pre id='oNOyw'><center id='oNOyw'></center></pre></bdo></b><th id='oNOyw'></th></span></q></dt></tr></i><div id='oNOyw'><tfoot id='oNOyw'></tfoot><dl id='oNOyw'><fieldset id='oNOyw'></fieldset></dl></div>

                    1. <legend id='oNOyw'><style id='oNOyw'><dir id='oNOyw'><q id='oNOyw'></q></dir></style></legend>

                      <tfoot id='oNOyw'></tfoot>