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 菜单,带有一个使用伪 :hover 标签的下拉菜单,但由于某种原因,每当我将鼠标移到包装器/主体上时,它就会不断中断(就像它不在 ul 中一样)。我尝试使用 z-index,但这也没有解决它。帮助!
将鼠标悬停在“菜单”按钮上。
live.bluefantail.com/demo.php
添加z-index到#content:
z-index
#content
#content { z-index: 5; }
抱歉,我不明白您的问题,但他们是您网站的另一个问题。调整浏览器大小时,您的页脚会在内容上移动。