工具滑块 Z-Index 分层问题
我的网站有一个复杂的分层情况: http://andstones.ca/contact/ 我使用的地方供内容滚动进出的大背景图像。
唯一的问题是透明图像掩盖了内容并使链接无法点击?
有什么办法可以让滑块保持现在的样子吗?
I have a complex layering situation for the website: http://andstones.ca/contact/ where I use a large background image for the content to scroll in and out of.
Only problem is the transparent image covers up the content and makes links unclickable?
Any idea for a fix that keeps the slider looking the way it does now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你最好的选择是将#middle 分成左右两侧,绝对覆盖边缘。最高的 z-index 总是会获得点击,因此您需要想出不同的布局。
i think your best bet is to break #middle apart into its left and right sides, positioned absolute covering the edges. highest z-index always gets the clicks, so you need to come up with a different layout.