Jquery 滚动到掩码阻止了页面其余内容的功能
在此页面上: http://thegoodgirlsnyc.com/test/new/who.php
我正在工作关于构建垂直滑块。有几个方面不起作用,但最具体的是导航功能丢失了。
这可以在这里显示: http://thegoodgirlsnyc.com/test/new/who.php
有什么方法可以通过更改掩码 ID 的百分比来解决此问题?
On this page:
http://thegoodgirlsnyc.com/test/new/who.php
I'm working on building a vertical slider. Several aspects are not working, but most specifically the functionality of the navigation is lost.
This can be shown here:
http://thegoodgirlsnyc.com/test/new/who.php
Should there be a way to fix this by changing the percentages of the mask ID?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加了
position:relative
和z-index:999
并且导航再次正常工作。我仅在 Firefox 中尝试过此操作,因此可能需要对位置和 z-index 进行更多修改才能使其在 IE 中工作,但您绝对可以使用 z-index 属性再次使其工作
added
position:relative
andz-index:999
and the nav is working again.I've tried this in Firefox only so there may be a little more tinkering with the positions and z-index's to get it working in IE but you can definitely get this working again with the z-index prperty