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,第四列是悬停。在输入栏出现之前,您必须将鼠标悬停在第四列上。我的问题是,由于第四列被隐藏,第一列的数据进入第四列。帮我解决这个问题。这是我的代码:jsfiddle.net/kerokeroppi/DYvCz/!
当我的第四列不悬停时搞砸了
使用visibility:hidden而不是 display:none 来隐藏它。