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

    <bdo id='TRcLM'></bdo><ul id='TRcLM'></ul>
    1. <tfoot id='TRcLM'></tfoot>

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

      2. <legend id='TRcLM'><style id='TRcLM'><dir id='TRcLM'><q id='TRcLM'></q></dir></style></legend>
      3. 让一个 div 出现在悬停在另一个 div 上

        Make a div appear on hover over another div(让一个 div 出现在悬停在另一个 div 上)
            <bdo id='fo29i'></bdo><ul id='fo29i'></ul>
          • <tfoot id='fo29i'></tfoot>

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

              2. <legend id='fo29i'><style id='fo29i'><dir id='fo29i'><q id='fo29i'></q></dir></style></legend>

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

                    <tbody id='fo29i'></tbody>
                  本文介绍了让一个 div 出现在悬停在另一个 div 上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我试图让它在您将鼠标悬停在图像上时出现一个小彩色框.我在这里重新创建了场景:http://jsfiddle.net/UaXUS/

                  I am trying to have it so that a little colored box comes up when you hover over an image.I have recreated the scenario here: http://jsfiddle.net/UaXUS/

                  当我删除 visibility:hidden 属性时,div 会正确显示,但当我尝试使用悬停部分时不会.关于如何解决这个问题的任何建议?我也试过 display:nonedisplay:inlinedisplay:block,但没有运气

                  The div shows up properly when I remove the visibility:hidden attribute, but not when I try to use the hover part. Any suggestions as to how to fix this? I have also tried display:none going to display:inline or display:block, but no luck

                  推荐答案

                  替换

                  #content:hover + #hoverbar{
                      visibility:visible;
                  }
                  

                  #content:hover > #hoverbar{
                      visibility:visible;
                  }
                  

                  #content:hover #hoverbar{
                      visibility:visible;
                  }
                  

                  加号+"代表兄弟姐妹.在您的情况下, div 是嵌套的.

                  The plus sign '+' is for siblings. In your case the div is nested.

                  这里是更新的jsfiddle

                  这篇关于让一个 div 出现在悬停在另一个 div 上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  Move link image 5px up on hover(悬停时将链接图像向上移动 5px)
                  How do I inspect CSS pseudo classes with firebug?(如何使用 firebug 检查 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 类应用于动态生成的提交按钮?)
                  Differences between CSS3 :hover and :focus?(CSS3 :hover 和 :focus 的区别?)

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

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

                            <bdo id='XaTmM'></bdo><ul id='XaTmM'></ul>

                            <tfoot id='XaTmM'></tfoot>