Home >Web Front-end >HTML Tutorial >HTML css production of simple progress bar_HTML/Xhtml_web page production

HTML css production of simple progress bar_HTML/Xhtml_web page production

WBOY
WBOYOriginal
2016-05-16 16:39:441759browse

1. HTML code

Copy code
The code is as follows:

Experience value :


2. CSS style

Copy code
The code is as follows:

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

Attachments:
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn