如何将我的装载指示器放在屏幕中央.目前我正在使用一个小占位符,似乎工作正常.但是,当我向下滚动时,加载指示灯保持在该预定位置.如何让它跟随滚动,使它始终坐在上面?
#busy { position: absolute; left: 50%; top: 35%; display: none; background: transparent url("../images/loading-big.gif"); z-index: 1000; height: 31px; width: 31px; } #busy-holder { background: transparent; width: 100%; height: 100%; }