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.
我是一个新的 css/html 学习者,我目前正在建立一个网站。我有悬停工作,但我不能让它变得可点击。我希望整个 TD 区域变得可点击,而不仅仅是文本链接变得可点击。
任何人都可以帮我解决这个问题吗?
这是我的代码
a { display:block; width:100%; height:100%; }
将此规则添加到您的 CSS
td.blue span, td.blue span a { display: block; height: 100%; width: 100%; }
演示
只是一个旁注-您不需要将链接包装在<span>-s
<span>