07.06.2009, 15:57 | |||||
Переливающиеся ссылкиСсылки переливаются разными цветами.
Code <script language="JavaScript"> <!-- function initArray() { for (var i = 0; i < initArray.arguments.length; i++) { this[i] = initArray.arguments[i]; } this.length = initArray.arguments.length; } // you may fill this colors array with your colors. // the script will rotate the links through these colors var colors = new initArray( "#008000", "green", "#C6C68C", "green", "blue", "purple", "black", "red"); pause_time = .5; // in seconds link = 0; // starting color index (in colors array) for unvisited links vlink = 4; // starting color index (in colors array) for visited links function linkDance() { link = (link+1)%colors.length; vlink = (vlink+1)%colors.length; document.linkColor = colors[link]; document.vlinkColor = colors[vlink]; setTimeout("linkDance();",pause_time*1000); } linkDance(); // --> </script> Все, что начинается с #-это цвета, которые можно заменить на свои Материал взят с сайта infoscript.ru
| |||||
Категория: JavaScript's | Просмотров: 2227 | Добавил: antisept | Рейтинг: 0.0/0 | | |||||
Теги: |
Всего комментариев: 3
|
||||||||
|
Кроме того, материал перепечатывали с сайта на сайт, ставили... файл можно найти на Вэбочке (название tables_tablichki_dli_foruma.js).