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

    <legend id='TUmJ6'><style id='TUmJ6'><dir id='TUmJ6'><q id='TUmJ6'></q></dir></style></legend>
      <bdo id='TUmJ6'></bdo><ul id='TUmJ6'></ul>
    1. <small id='TUmJ6'></small><noframes id='TUmJ6'>

      1. 通过悬停另一个元素使元素可见(没有:hover-property)

        Making an element visible by hovering another element (without :hover-property)(通过悬停另一个元素使元素可见(没有:hover-property))
        <legend id='EBl7b'><style id='EBl7b'><dir id='EBl7b'><q id='EBl7b'></q></dir></style></legend>

          <tfoot id='EBl7b'></tfoot>

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

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

                  本文介绍了通过悬停另一个元素使元素可见(没有:hover-property)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  好的,问题来了:

                  我有这三个 DIV:

                  <div id="gestaltung_cd"></div>
                  <div id="gestaltung_illu"></div>
                  <div id="gestaltung_klassisch"></div>
                  

                  ...而这三个 DIV——它们是不可见的 (display:none;)——位于页面上完全不同的位置:

                  …and these three DIVs – which are invisible (display:none;)– on a completely different position on the page:

                  <div id="mainhexa1"></div>
                  <div id="mainhexa2"></div>
                  <div id="mainhexa3"></div>
                  

                  我想做的是:如果我悬停gestaltung_cd",我想让mainhexa1"可见,如果我悬停gestaltung_illu",我想让mainhexa2"可见,依此类推……

                  what i want to do is: if i hover "gestaltung_cd" i want to make "mainhexa1" visible and if i hover "gestaltung_illu" i want to make "mainhexa2" visbile and so on…

                  如您所见,三个不可见的 DIV 不是前三个 DIV 的子元素……所以在这种情况下,":hover" 是不可能的.有没有简单的方法在 JQuery 中做到这一点?

                  as you can see, the three invisible DIVs are no child-elements of the first three ones... so ":hover" is not possible in this case. Is there an easy way to do this in JQuery?

                  谢谢,乔辰

                  推荐答案

                  你可以使用兄弟选择器.只要 div 共享同一个父级,您仍然可以通过悬停影响它们

                  You could use the sibling selector. As long as div's share the same parent, you can still affect them with hover

                  演示

                  生命密码:

                  #gestaltung_cd:hover ~ #mainhexa1,
                  #gestaltung_illu:hover ~ #mainhexa2,
                  #gestaltung_klassisch:hover ~ #mainhexa3 {
                      display: block;
                  }
                  

                  这篇关于通过悬停另一个元素使元素可见(没有:hover-property)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 的区别?)

                        <tfoot id='MTDzY'></tfoot>

                          <tbody id='MTDzY'></tbody>
                          <bdo id='MTDzY'></bdo><ul id='MTDzY'></ul>

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

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