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