HTML进度条的制作

来源:互联网 发布:mac ipython 启动 编辑:程序博客网 时间:2024/04/30 17:34

HTML进度条的制作

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;}

附件:

ico.png

原创粉丝点击