Bart_95 | Дата: Среда, 20.01.2010, 19:10 | Сообщение # 1 |
Прохожий
Сообщений: 22
| Вставляем после body: Code <SCRIPT language=JavaScript> <!-- Begin fantasyflash.ru text = "Напишите здесь свой текст!!!"; color1 = "#9999FF"; color2 = "#99CC99"; fontsize = "6"; speed =" 98 "; i = 0; if (navigator.appName == "Netscape") { document.write("<layer id=a visibility=show></layer>"); } else { document.write("<div id=a></div>"); } function changeCharColor() { if (navigator.appName == "Netscape") { document.a.document.write("<center><font size =" + fontsize + "><font color=" + color1 + ">"); for (var j = 0; j < text.length; j++) { if(j == i) { document.a.document.write("<font color=" + color2 + ">" + text.charAt(i) + "</font>"); } else { document.a.document.write(text.charAt(j)); } } document.a.document.write('</font></font></center>'); document.a.document.close(); } if (navigator.appName == "Microsoft Internet Explorer") { str = "<center><font size=" + fontsize + "><font color=" + color1 + ">"; for (var j = 0; j < text.length; j++) { if( j == i) { str += "<font color=" + color2 + ">" + text.charAt(i) + "</font>"; }//osw else { str += text.charAt(j); } } str += "</font></font></center>"; a.innerHTML = str; } (i == text.length) ? i=0 : i++; } setInterval("changeCharColor()", speed); --></SCRIPT> Источник: http://maddevils.clan.su
|
|
| |
Groov[e] | Дата: Среда, 20.01.2010, 19:51 | Сообщение # 2 |
Новичек
Сообщений: 35
| Bart_95, скрипт старый!
|
|
| |