iPad 上不显示导航
我的网站在所有浏览器上都能正常运行,但导航在 iPhone 和 iPad 上不显示!
nav#headerNav{
padding: 0;
float: right;
margin-top:-40px;
display: block;
width: 671px;
/* Background color */
background: #094174; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#094174, #0E6399);
background: -o-linear-gradient(#094174, #0E6399);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#094174), to(#0E6399)); /* older webkit syntax */
background: -webkit-linear-gradient(#094174, #0E6399);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
position: relative;
z-index: 99999;
behavior: url(PIE.htc);
}
有人可以请建议吗?
My website is working fine on every browser, but the navigation is not showing on iPhone and iPad!
nav#headerNav{
padding: 0;
float: right;
margin-top:-40px;
display: block;
width: 671px;
/* Background color */
background: #094174; /* Show a solid color for older browsers */
background: -moz-linear-gradient(#094174, #0E6399);
background: -o-linear-gradient(#094174, #0E6399);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#094174), to(#0E6399)); /* older webkit syntax */
background: -webkit-linear-gradient(#094174, #0E6399);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
position: relative;
z-index: 99999;
behavior: url(PIE.htc);
}
Can anyone please advise?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在原始 iPad 上进行测试,导航在渐变和下拉菜单中的外观和功能均正常。尝试关闭所有正在运行的 iPad 应用程序,然后重新启动。尽管这无法解释两个不同设备上的问题。 iPad 上用的是什么 IOS?
Testing on original iPad and navigation looks and functions correctly with gradients and drop downs. Try shutting down all your actively running iPad apps followed by a reboot. Although this would not explain the issue on 2 separate devices. What IOS on the iPad?