我可以在上添加图像吗不添加任何html标签?
可以说我们有
<div class="picture"><img class="picture_thumb" src="path" /> </div>
,我想使用 CSS 将图像 z-index
添加到 .picture
更高的位置(它基本上是一个放大镜图标,所以我可以在.picture_thumb
的顶部)
有机会吗?
非常感谢
PD:它就像不是背景,而是前景 -编辑- 一张图让你更容易理解
lets say we have
<div class="picture"><img class="picture_thumb" src="path" /> </div>
And i'd like to use CSS to add an image z-index
higher to .picture
(it's basically an magnifying glass Icon so I can see it on top of .picture_thumb
)
Any chance?
Thanks a lot
PD: it would be like instead of a background, a Front-ground
-EDIT-
An image so you can understand better
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有所谓的前台。
你必须这样做:
如果你不想将放大镜图像添加到每个图片 div 中,你也可以使用 javascript 来完成。
There's no such thing as front-ground.
You'd have to do something like this:
You could also do it with javascript if you didn't want to add the magnifier image to each picture div.