<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 悬停不会被忽略

        CSS hover not being ignored on touch-screen devices(触摸屏设备上的 CSS 悬停不会被忽略)
          <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 悬停不会被忽略的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Why doesn#39;t CSS hover work on table rows when the cells inside the rows have class names?(当行内的单元格具有类名时,为什么 CSS 悬停在表格行上不起作用?)
                  Hover image - display div over it(悬停图像 - 在其上显示 div)
                  How to apply a CSS class on hover to dynamically generated submit buttons?(如何在悬停时将 CSS 类应用于动态生成的提交按钮?)
                  div hover background-color change?(div 悬停背景颜色变化?)
                  How to change background color and text of hover options in select?(如何更改选择中悬停选项的背景颜色和文本?)
                  Gradient Button to background-color blinks on hover(悬停时背景颜色的渐变按钮闪烁)
                      <tbody id='oNOyw'></tbody>

                        • <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>

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

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