.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でこれを行いたいです。