日期:2014-05-18  浏览次数:20394 次

进度条问题
我使用动态改变图片的宽度来显示加载进度,但加载过程中,图片不断出现闪动(加载到50%时,宽从1%到50%,而不是从49到50%),请问如何解决?
document.getElementById("imgBar").style.width = temp;

------解决方案--------------------
贴代码
------解决方案--------------------


看到问题,我想到了一个方法你可以试一试

<div id="total" style="background-color:red;height:20px;width:800px;">
<div id="currentStatue" style="background-color:blue;height:20px;width:500px;"> <div/>
</div>

动态控制currentStatue的宽度即可