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.
嗨,当我将浏览器设置为小于 420 像素(使用 Chrome 稳定版)时,当我将它们悬停时,第一条导航行中的导航元素会消失。我找不到错误。
有人可以帮忙吗?网址是:http ://www.tokemedia.de
转到 style.css 并将 display:inline 更改为 inline-block;
#navi ul li { float: left; margin-left: 10px; list-style: none; text-align: center; display: inline-block;/* not inline*/ }