您的当前位置:首页正文

HTML+css制作简易进度条_HTML/Xhtml_网页制作

2020-11-27 来源:趣尚旅游网
1、HTML代码

代码如下:
经验值:

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

附件:

显示全文