[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Буквы отскакивают от стенки
rom-kaДата: Суббота, 14.02.2009, 21:10 | Сообщение # 1
Admin
Группа: Администраторы
Сообщений: 204
[ ]
Данный скрипт делает так , что буквы отскакивают от стенки прикольный скрипт !

Code
<html>  
<head>  
<title>WOweb.ru - Scripts - JavaScript - Rolling StatusBar</title>  
<META http-equiv="Content-Type" content="text/html; charset=windows-1251">  
<Style>  
A:Link{ Color: #000000; Text-decoration: underline}  
A:Visited{ Color: #000000; Text-decoration: underline}  
A:Hover{ Color: #000000; Text-decoration: none}  
td, body {font-family: verdana, arial, helvetica; font-size:11px;}  
</Style>  

<!-- HEAD START HERE -->  

<SCRIPT LANGUAGE="JavaScript">  

var yourtext = "* WOweb.ru - портал для веб-мастера *";  
var wedge1=" ";  
var wedge2=" ";  
var message1=wedge1+yourtext+wedge2;  
var dir = "lside";  
var speed = 50;  

function bouncey() {  

if (dir == "lside") {  
message2=message1.substring(2,message1.length)+" ";  
window.status=message2;  
setTimeout("bouncey();",speed);  
message1=message2;  

if (message1.substring(0,1) == "*") {  
dir="rside";  
}  
}  

else {  
message2=" "+message1.substring(0,message1.length-2);  
window.status=message2;  
setTimeout("bouncey();",speed);  
message1=message2;  
if (message1.substring(message1.length-1,message1.length) == "*") {  
dir="lside";  
}  
}  
}  

</SCRIPT>  

<!-- HEAD END HERE -->  

</head>  
<body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0" onLoad="bouncey()">  
<center>  

<!-- BODY START HERE -->  

<!-- BODY END HERE -->  

</body>  
</html>



Заработай на своих Файлах!
Заработай на своем сайте!
Получить бесплатно Любой номер icq
  • Страница 1 из 1
  • 1
Поиск: