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
Release: 2016-05-16 16:39:44
Original
1759 people have browsed it

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:
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template