图像 Z 索引,使框架位于图像前面

发布于 2024-11-14 10:07:53 字数 253 浏览 1 评论 0原文

HTML、CSS 大师:)

我正在在不断变化的图像上制作图像框架。抱歉我的英语不好,我会尝试解释一下,你可以在这里看到现场演示:

http://jsfiddle. net/thisizmonster/fWUKn/

我想要的是银色背景框架应该覆盖幻灯片图像。现在框架位于 Flinstones 图像后面。

HTML, CSS gurus :)

I'm making image frame over images which changes all time. Sorry for my bad English, I'll try it explain, you can see live demo here:

http://jsfiddle.net/thisizmonster/fWUKn/

What I want is silver background frame should cover the slideshow images.Now the frame is behind the Flinstones image.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

木槿暧夏七纪年 2024-11-21 10:07:53

z-index 仅适用于 position:absoluteposition:relativeposition:fixed。
将其中之一添加到您的元素中将解决您的 z-index 问题。

Greetz,

XpertEase

z-index only works with position:absolute, position:relative or position:fixed.
Add one of those to your elements will fix your z-index problem.

Greetz,

XpertEase

刘备忘录 2024-11-21 10:07:53

position:relative 添加到 #slider-frame 中;我想就这么简单。 此处演示

PS:我在小提琴中看不到 sliderframe.png 。你能更新一下吗?

Add position: relative to #slider-frame; I guess its that simple. Demo here.

PS: I cannot see sliderframe.png in the fiddle. Can you update it?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文