先給大家看看效果:
效果介紹:
鼠标滑过进度条改变进度值.
兼容性:
可完美兼容IE6,IE7,IE8,Chrome,Firefox
代码:
复制代码 代码如下:
#prg{
font-size:12px;
height:100%;
margin-bottom:3px;
overflow:hidden;
color:#2C2C2C;
font-family:Arial,Tahoma,"Bitstream Vera Sans",sans-serif;
}
#prg .txt{
min-width:50px;width:auto;float:left;
}
#prg .num{
color: #656565;
font-style:normal;
margin:0 6px;
}
#prg .load{
background-color:#F6F5F5;
border:1px solid #BBBBBB;
height:10px;
float:left;
margin-top:1px;
position:relative;
}
#prg #p{
background-color:#F9AE3D;
border:1px solid #E87F16;
font-size:1px;
min-height:8px;
max-height:10px;
height:10px;
left:-1px;
position:absolute;
top:-1px;
}
普通
4324323



