Jump to content

Javascript დამეხმარეთ


Recommended Posts

<html>
<head>
<script type="text/javascript">
 
 
</script>
</head>
<body>
 
 
<div id="anime" style="width:200px; height=50px; background-color: orange; position:absolute;  ">asdaad
</div>
<script type="text/javascript">
 
function anime(){
for(i=0; i<1000; i++){
document.getElementById("anime").style.right=i;}
}
 
setInterval("anime()",1000);
 
</script>
</body>
</html>

მინდა, რომ დივი მოძრაობდეს სანამ "I" არ იქნება 1000 ან მეტი.

 



auuu au mivxvdi daikidet

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.