+ 1
Can we change another div on hover another one ??
4 Answers
+ 3
Try ~ in selector to hover effect the adjacent element. You cant do to more farther element.
.elem1::hover .elem1~ .elem2{
Effect:value;
}
+ 2
This might help you:
https://css-tricks.com/forums/topic/hovering-over-one-div-to-change-another/
0
My question is Can we change another div on hover other div using css hover??
0
I think that would be with javascript to alter the CSS.