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

进度条想必大家并不陌生吧,而且实现方法各种各样,在本文为大家讲解下利用html+css实现进度条的制作,感兴趣的朋友可以尝试操作下

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

附件:

返回顶部
跳到底部

Copyright 2011-2024 南京追名网络科技有限公司 苏ICP备2023031119号-6 乌徒帮 All Rights Reserved Powered by Z-BlogPHP Theme By open开发

请先 登录 再评论,若不是会员请先 注册