Сообщение от ksa
|
Вот как такое понять?
|
Cори. Точнее так
<!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;
}
.zvezdochki { height: 100%;
background:url(images/zvezdochki.png);}
</style>
<script type='text/javascript'>
</script>
</head>
<body>
<div id='item0' class='box_progress'>
<div class='progress'><div class="zvezdochki"></div></div>
</div>
<script type='text/javascript'>
var o=document.querySelector('#item0>.progress');
o.style.width='30%';
</script>
</body>
</html>
А по поводу урла, так картинки и нет в сети она моя, личная.