i wanna make child div effect outer div , i want box1 to change middle div box2 bg to something else , how can i do that without scripts i did try and fail to #box:hover ~ #box2 also fail with "+"
<div class="father">
<div class="child2">
<div id="box1" class="child3"> hover here </div>
</div>
</div>
<div id="box2" class="father2"> change this background </div>
<div class="father">
<div class="child2">
<div id="box1" class="child3"> hover here </div>
</div>
</div>