1、HTML代碼
復制代碼代碼如下:
經驗值:
<span class="progress-bar"><b style="width:50px;"> </b></span>
2、CSS樣式
復制代碼代碼如下:
.progress-bar, .progress-bar b{background: url("/images/ico.png") no-repeat scroll 0 0; display: block;}
.progress-bar {background-position: 0 0; height: 15px;width: 430px;}
.progress-bar b {background-position: 0 -17px; height: 12px;}
附件: