Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所说..我有一个 PARENT 元素,它有一个 CHILD 元素(这里有两个 div!)
我想在(并且仅当)子元素悬停时更改父元素的背景颜色..
因此,如果父元素具有填充并且当光标悬停在填充上时,背景颜色 [css] 不会改变..它只会在子元素悬停时改变..
我可以用 css 来做,还是需要一些 javascript?
你确实需要javascript。在这里查看一些关于它的好信息。