如果 .text 悬停,我如何也有 .imageis?
<a href="#" class="text">All My Clipboards</a>
<a class="imageis sprite_image_base" href="#"></a>
我尝试在我的 CSS 中做这样的事情:
.text:hover, .imageis:hover + .text {
background-position: -107px -311px !important;
height: 16px;
margin-right: 8px;
vertical-align: middle;
width: 23px;
}
注意:我想用没有 jquery 的纯 css 来做到这一点。