JAVA SCRIPT
41. Вместо правой кнопки появляется Ваше меню. Очень удобно.
var menu; function showMenu (evt) { if (document.all) { document.all.contextMenu.style.pixelLeft = event.clientX; document.all.contextMenu.style.pixelTop = event.clientY; document.all.contextMenu.style.visibility = 'visible'; return false; } else if (document.layers) { if (evt.which == 3) { document.contextMenu.left = evt.x; document.contextMenu.top = evt.y; document.contextMenu.onmouseout = function (evt) { this.visibility = 'hide'; }; document.contextMenu.visibility = 'show'; return false; } } return true; } if (document.all) document.oncontextmenu =showMenu; if (document.layers) { document.captureEvents(Event.MOUSEDOWN); document.onmousedown = showMenu; }
#contextMenu { position: absolute; visibility: hidden; width: 120px; background-color: lightgrey; layer-background-color: lightgrey; border: 2px outset white; } .A:Menu { color: black; text-decoration: none; cursor: default; width: 100% } .A:MenuOn { color: white; text-decoration: none; background-color: darkblue; cursor: default; width: 100% }
На главную Развлечения Каталог ссылок
Развлечения
Каталог ссылок
43. Эффект отражающегося в воде картинки.
function f1(){ setInterval("mdiv.filters.wave.phase+=10",100); } if (document.all){ document.write('') window.onload=f1 }
44. Вокруг курсора крутиться Ваша картинка.
var images='http://acidic.narod.ru/acidic/javascript/look/acidic.gif';//Вставьте сюда путь к Вашей картинке var amount=7; var cnter=70; var step; var currStep = 0; var Xpos = 0; var Ypos = 0; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); for (ns=0; ns < amount; ns++){document.write("")} function NsMouseFollow(evnt){Xpos = evnt.pageX-5;Ypos = evnt.pageY-5;} window.onMouseMove = NsMouseFollow; } else if (document.all){ document.write('') document.write(''); for (n=0; n < amount; n++) document.write('') document.write('') document.write('') function MsieMouseFollow(){Xpos = document.body.scrollLeft+event.x-5;Ypos = document.body.scrollTop+event.y-5} document.onmousemove = MsieMouseFollow; } function Swirl(){ if (currStep<0.0550)step=0.001; if (document.layers){ for ( i = 0 ; i < ns ; i++ ) { var temp="n"+i document.layers[temp].top = Ypos+cnter*Math.cos((currStep+i*4.5)/5)*Math.sin((currStep)*150); document.layers[temp].left =Xpos+cnter*Math.sin((currStep+i*4.5)/5)*Math.sin((currStep)*150); } } else if (document.all){ for (i=0;i0.0540) { step+=0.002; if (document.layers) { for ( i = 0 ; i < ns ; i++ ) { var temp="n"+i document.layers[temp].top =Ypos+cnter*Math.cos((currStep+i*4.5)/5) document.layers[temp].left=Xpos+cnter*Math.sin((currStep+i*4.5)/5) } } else if (document.all) { for (i=0;i 0.5) { step=0.5; cnter-=8; } if (document.layers) _y=-window.innerWidth; else if (document.all) _y=-document.body.clientWidth; if (cnter <= _y) { currStep=0; step=0.001; cnter=70; } } Swirl(); // -->
45. Изменение фона браузера на Ваше усмотрение.
белый голубой зеленовато-голубой шоколадный темно-красный золотой красный желтый розовый lime цвет хаки фиолетовый темно-золотой синевато-серый голубой темно-розовый темно-оранжево-розовый оранжево-розовый желто-коричневый пшеничный томатный весенняя трава бирюзовый
[1] [2] [3] [4] [5] [6] [7] [8] 9 [10]
Ваше имя:
Ваш Script (прикрепить):
Введите краткую информацию о Scriptе:
Введите Ваш e-mail:
[наверх]
*** Главная страница сайта ***
Все новости *** Переводчик *** Развлечение *** Фобии
On-line Тесты *** Субъекты РФ *** Ссылки *** Gif Animation
Java Script *** Почётные грамоты ***Обмен баннерами
Карта сайта *** Гостевая книга *** E-mail
Copyright © 2002-2003