Hỏi: Giả sử méo có một đoạn code như sau:
Vậy làm thế nào để hover vào .a thì .d đổi background thành #000 ?
Đáp: https://devs.forumvi.com/t129-hoi-dap-tu-mot-class-hover-chuyen-den-child-cua-child-cua-class-ke-tiep?showpost=p826
- Code:
<div class="a"></div>
<div class="b">
<div class="c">
<div class="d"></div>
</div>
</div>
Vậy làm thế nào để hover vào .a thì .d đổi background thành #000 ?
Đáp: https://devs.forumvi.com/t129-hoi-dap-tu-mot-class-hover-chuyen-den-child-cua-child-cua-class-ke-tiep?showpost=p826