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.
我在 phonegap 应用程序中设置了以下html 和 css 。我遇到一个问题,当“立即付款”按钮被该页面底部的导航链接覆盖并且用户尝试触摸其中一个导航链接时,正在按下“立即付款”按钮而不是导航链接.
有没有人遇到过这个问题,能够解决它?
我有一个hacky方式,你可以尝试一次......
在您拥有的导航链接后面放置一个透明矩形,这样每当用户触摸这些链接时,事件就不会出现在您的“立即付款”按钮上,
祝你好运....
在 (div#menu ul) 规则中将菜单的 z-index 值设置为页面中较高的值