blob: 96bccb29a68a36e7d79d2056cfdaf1b2825bfedb (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body>
<div style="-moz-appearance: progressbar; width:180px; height:6px;">
<div style="-moz-appearance: progresschunk; width:50%; height:100%;">
</div>
</div>
</body>
</html>
|