Мне бы полный пример (не кусками) и самый простой. Единственный наворот - это возможность добавления не только целых чисел, но только ",5" (0,5; 1,5; 2,5; 3,5; 4,5
.
Сообщение от ksa
|
Вот же ж...
<!DOCTYPE html>
<html>
<head>
<!--
<script src='http://code.jquery.com/jquery-latest.js'></script>
<link rel='stylesheet type=text/css href=tmp.css' />
-->
<style type='text/css'>
* {
margin: 0;
padding: 0;
}
.box_progress {
width: 200px;
height: 20px;
border: 1px solid;
margin: 10px;
}
.progress {
height: 100%;
background-color: green;
}
</style>
<script type='text/javascript'>
</script>
</head>
<body>
<div id='item0' class='box_progress'>
<div class='progress'></dib>
</div>
<script type='text/javascript'>
var o=document.querySelector('#item0>.progress');
o.style.width='30%';
</script>
</body>
</html>
|
Здесь не понял, идет зеленая полоса