Css div 悬浮层 居中显示,一个div 在另一个div 上悬浮,并且居中

想做一个数据加载时,等待的效果:如图,我的代码如下!望各位大侠指教.test{width:200px;height:200px;margin:100px;border:1... 想做一个数据加载时,等待的效果:如图,我的代码如下!望各位大侠指教

.test { width: 200px; height: 200px; margin: 100px; border: 10px solid #f00; }
.test-loading-img { background: url(Css/Themes/Default/Images/ajax-loader.gif) no-repeat; /*top: 0px; left: 0px; right: 0px; bottom: 0px;*/ margin: 0px; width: inherit; height: inherit; position: fixed; background-position-x: 50%; background-position-y: 50%; background-color: #000; opacity: 0.6; }
<div id="dd" class="test"> <div>数据内容省略</div>
<div class="test-loading-img"></div>
</div>
展开
 我来答
澤希Dc
2014-04-01 · TA获得超过1747个赞
知道小有建树答主
回答量:509
采纳率:0%
帮助的人:255万
展开全部
  1. 在.text样式里添加一个:position: relative;

  2. 把.test-loading-img样式里的top,left,right,bottom四个注释取消掉,把 position:fixed;改成position: absolute;

  3. 完成

推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式