Answers for "activate another element with on hover"

CSS
-1

css hover change another element

#a:hover + #b {
    background: #ccc
}

<div id="a">Div A</div>
<div id="b">Div B</div>
Posted by: Guest on March-31-2021

Code answers related to "activate another element with on hover"

Browse Popular Code Answers by Language