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.
我正在尝试制作一个与屏幕顶部齐平的水平菜单栏。它在 Chrome 中运行良好,但在 Firefox 中,LI 被截断了一半。
这是一个小提琴。
如何让它正常工作?
.topmenu li:hover a, .topmenu a:hover { position:absolute; display:inline-block; width:inherit; height:30px; background:inherit; text-align:center; }
那应该对你有用。只需将绝对位置添加到此部分即可。