jquery-ui/tests/static/progressbar.html

19 lines
479 B
HTML
Raw Normal View History

2008-12-05 20:19:46 +00:00
<!doctype html>
<html>
<head>
<title>jQuery UI Progressbar Static Markup Test Page</title>
<link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css">
</head>
<body style="font-size: 62.5%;">
2008-12-05 20:19:46 +00:00
<div class="ui-progressbar ui-widget ui-widget-content ui-corner-all" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="13">
<div class="ui-progressbar-value ui-state-default ui-corner-left" style="width:13%;"></div>
</div>
2008-12-05 20:19:46 +00:00
</body>
</html>