You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
Zenitchik
<div id="logo">
<div style="position:relative; width:300; height:250; left:250; top:25; overflow:auto;">Проба</div>
</div>
<script language="javascript" type="text/javascript">
var img=new Array();var dat=new Date();
var j=0;
img[j++]="http://i285.photobucket.com/albums/ll75/prongs85/prince/her.jpg";
img[j++]="http://i285.photobucket.com/albums/ll75/prongs85/prince/mal.jpg";
img[j++]="http://i285.photobucket.com/albums/ll75/prongs85/prince/pot.jpg";
img[j++]="http://i285.photobucket.com/albums/ll75/prongs85/prince/ron.jpg";
logo.style.backgroundImage="url("+img[0]+");";
alert(logo.style.backgroundImage);
</script>
Уже все мозги сломал. Не понимаю в чем пробелма. Тупо не присваивается.
Edited by ZenitchikLink to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.