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

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

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

      1. 如何在父元素和子元素上设置 CSS 悬停效果

        时间:2023-11-01

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

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

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

                    <tbody id='c8SOM'></tbody>
                2. 本文介绍了如何在父元素和子元素上设置 CSS 悬停效果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  假设我有以下代码:

                  <div class="wrapper">
                    <div class="title"></div>
                    <div></div>
                  </div>
                  
                  <div class="wrapper">
                    <div class="title"></div>
                    <div></div>
                  </div>
                  
                  <div class="wrapper">
                    <div class="title"></div>
                    <div></div>
                  </div>
                  

                  悬停 wrapper 我希望它是子 title div 来更改它的背景颜色.我可以在纯 CSS 中做到这一点吗?在 js 中,我知道该怎么做.我有兴趣是否存在纯 CSS 方法?

                  On hover for a wrapper I want it's child title div to change it's background color. Can I do this in pure css. In js I know how to do it. I'm interested if a pure CSS method exists for this?

                  谢谢

                  推荐答案

                  是的,你可以这样做.只是:

                  Yes, you can do this. It's just:

                  .wrapper:hover .title {
                    background-color: #f00;
                  }
                  


                  请注意,IE6 仅在 a 元素上识别 :hover,所以这不起作用 - 但我希望你不必弄乱那个蹩脚的旧东西.


                  Please note that IE6 recognizes :hover only on a-elements, so this won't work - but i hope you don't have to mess with that crappy old thing.

                  这篇关于如何在父元素和子元素上设置 CSS 悬停效果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:IE8:Div hover 只在设置背景色时有效,很奇怪,为什么? 下一篇:Selenium 和 :hover css

                  相关文章

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

                    <legend id='LJUFf'><style id='LJUFf'><dir id='LJUFf'><q id='LJUFf'></q></dir></style></legend>
                    <tfoot id='LJUFf'></tfoot>

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