CSS - 我的页面上有一个无头女人。 Z索引问题?
我有一个新网站,左上角有一个女人的图像。图像位于完美位置,但我无法使图像的上半部分位于其他图层之上。这看起来确实是一个 z-index 问题。我尝试了所有可能的组合来显示图像的上半部分。运气不好。
你能告诉我为什么女人的上半身没有出现吗?我该如何修复它?
您可以在此处访问该页面: http://i-treadmillreviews.com/
另外,我正在构建此网站在 FF 和 Chrome 中。我现在不关心让它在 IE 中运行。我会将 IE 调整作为最后一件事。所以,不要告诉我它在 IE 中有效或无效,当然除非你是比尔盖茨,在这种情况下我有一些强烈的话要与你分享。
I have a new web site that has an image of a woman in the upper left corner. The image is in the perfect spot, but I can't get the top half of the image to be on top of the other layers. This certainly seems a z-index issue. I have tried every possible combination to get the top half of the image to show up. No luck.
Can you tell me why the top half of the woman doens't show up? How can I fix it?
You can access the page here: http://i-treadmillreviews.com/
Also, I am building this site in FF and Chrome. I don't care about making it work in IE right now. I'll do IE tweaks as the very last thing. So, don't tell me that it works or doesn't work in IE, unless of course you are Bill Gates, in which case I have some strong words to share with you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从
PageWrapper
中删除overflow:hidden
。Remove the
overflow: hidden
fromPageWrapper
.