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.
我正在制作一个导航栏,并希望链接在鼠标悬停在表格单元格后更改颜色,而不是链接。有没有快速的方法?或者通过标签获取元素?(GetElementByTag("a"))
正如@Stuart 所说,将以下内容添加到您的 css 中,并确保您的 css 包含在您的 html 中。
td:hover a { color: blue }