Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以将 z-index 设置为背景属性吗?
我有一个 div,其中包含带有 ajax 请求的动态内容,其中包含带有背景图像的表格。
现在的问题是,在 div 中设置了图像背景的第一个请求表之后。当第二个请求发送时,在 beforeSend 方法中编写一个代码来显示处理图像,同时响应到达 div。但是无法显示处理图像,因为表格背景集中有所有准备好的图像......
问题是 div 背景位于基础级别,被表格背景图像隐藏
我可以以某种方式或任何其他方式使用 Z-Index 来管理它吗?
可以为处理图像添加z-index,其值高于背景图像的z-index值。