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.
我有一个网站,我在其中使用没有父菜单点的下拉菜单,请参阅:http ://wittmerperformance.com/site 现在,我刚刚得知空下拉菜单 (SERVICES) 不适用于 iPad。不幸的是,我没有要验证的 iPad。
有人可以让我知道如何让它也正确显示在 iPad 上吗?
不会让我感到惊讶,我的 iPhone 也遇到了 iOS6 的问题。通常,您仍然需要执行 a,然后设置 href="#" 以使其在触摸屏设备上工作,因为它创建了一个区域,用户可以单击该区域创建伪悬停/活动状态,然后触发下拉.
所以:
<a href="#">Services</a>
而不是你的<span>.
<span>.