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.
目前菜单的最后一项似乎几乎出现在白色区域的后面,但事实并非如此。起初我认为这是一个 z-index 问题,但经过更多挖掘后,我设法弄清楚这是溢出。我尝试将溢出更改为无,但它破坏了整个布局。还有其他人有什么建议吗?
http://www.hamiltonseniorcity.com/
消除:
#outer > header .navigation > ul { overflow: hidden; } #outer > header .navigation ul > li.housing { line-height: 51px; }
更新:
#outer > header .navigation > ul > li > ul { position: absolute; }