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.
此页面适用于 IE。但是,在 Chrome 和 Firefox 中,无法访问顶部的下拉菜单。
我浏览过使用开发人员工具栏。
id="menuWrapper" 的 div。它的高度等于 85px 并覆盖下拉列表。删除此样式并进行适当的更正。
#topWrapperdiv 元素的 a为z-index10,宽度为990px; 这使得它与下拉列表重叠,无法单击它。
#topWrapper
z-index
990px
你需要想出一个更好的方法来布置你的屏幕。