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.
我试图制作一个可点击的 DIV,但我遇到了问题,因为并非所有的 DIV(它是一个徽标)都变成了可点击的。只有徽标顶部的一个 5px 矩形和徽标底部的另一个 5px 矩形是可点击的。在标志的其余部分出现的是普通光标,而不是“手”。
也许另一个 div 重叠?我不知道。我在 javascript 和 css ( +info )中尝试了两种解决方案
但最后我得到了相同的结果,只有两个小部分的标志可以点击。
提前致谢。
听起来有点像浮动问题。您是否在此 DIV 中使用浮点数并且您忘记制作一个<div style="clear:both;"></div>?
<div style="clear:both;"></div>