Спасибо большое!!
Скрипты Украшаем Форум
Сообщений 361 страница 390 из 703
Поделиться3622009-10-25 16:13:27
А можно попробовать сделать какие-нибудь листики падающие, клена там или просто? Плиз. Типа, как на первой странице звездочки?
Поделиться3632009-10-26 17:57:31
Вот листики вроде,пользуйтесь)
<script language="JavaScript1.2"> <!-- Begin var no = 15; // image number or falling rate var speed = 4; // the lower the number the faster the image moves var snow = new Array(); snow[0] = "http://s04.radikal.ru/i177/0910/f6/28a887fd6372.gif" snow[1] = "http://s04.radikal.ru/i177/0910/f6/28a887fd6372.gif" snow[2] = "http://s04.radikal.ru/i177/0910/f6/28a887fd6372.gif" var ns4up = (document.layers) ? 1 : 0; // browser sniffer var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 1800; if (ns4up||ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = document.body.clientWidth; doc_height = document.body.clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); j = 0; for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ns4up) { // set layers if (i == 0) { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>"); } else { document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src=\""+ snow[j] + "\" border=\"0\"></layer>"); } } else if (ie4up||ns6up) { if (i == 0) { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>"); } else { document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"VISIBILITY: visible; TOP: 15px; LEFT: 15px; width:1;\"><img src=\"" + snow[j] + "\" border=\"0\"></div>"); } } if (j == (snow.length-1)) { j = 0; } else { j += 1; } } function snowNS() { // Netscape main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < -50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = self.innerWidth; doc_height = self.innerHeight; } dx[i] += stx[i]; document.layers["dot"+i].top = yp[i]+pageYOffset; document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]); } setTimeout("snowNS()", speed); } function snowIE_NS6() { // IE main animation function for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] -= sty[i]; if (yp[i] < -50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = doc_height; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); doc_width = ns6up?window.innerWidth-5:document.body.clientWidth; doc_height = ns6up?window.innerHeight-5:document.body.clientHeight; } dx[i] += stx[i]; if (ie4up){ document.all["dot"+i].style.pixelTop = yp[i]+document.body.scrollTop; document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]); } else if (ns6up){ document.getElementById("dot"+i).style.top=yp[i]+pageYOffset; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i]); } } setTimeout("snowIE_NS6()", speed); } if (ns4up) { snowNS(); } else if (ie4up||ns6up) { snowIE_NS6(); } // End --> </script>
Поделиться3642009-10-29 13:32:16
Здорово!!! У меня получилось!!! Спасибки Вам!
Поделиться3652009-10-29 17:49:28
Автосмена баннеров(очень прикольно кстати!).
<SCRIPT LANGUAGE="JavaScript"> <!-- Beginning of JavaScript - var picOne=new Image() picOne.src="86-1.jpg" var picTwo=new Image() picTwo.src="86-2.jpg" var picThree=new Image() picThree.src="86-3.jpg" var message = new Array() message[0]="<img src='86-1.jpg'>" message[1]="<img src='86-2.jpg'>" message[2]="<img src='86-3.jpg'>" var i_message=0 var covertop=50 var coverleft=400 var coverwidth=1200 var coverheight=520 var texttop=covertop var textleft=coverleft var textwidth=400 var textheight=coverheight var cliptop=0 var clipright=textwidth var clipbottom=coverheight var clipleft=0 var clippoints var step=40 var pause=50 var timer function init() { if (document.all) { document.all.text.style.posTop=texttop document.all.text.style.posLeft=textleft document.all.cover.style.posTop=covertop document.all.cover.style.posLeft=coverleft clipleft=0 fadeout() } if (document.layers) { document.text.top=texttop document.text.left=textleft document.cover.top=covertop document.cover.left=coverleft clipleft=0 fadeout() } } function fadeout() { if (document.all) { if (document.all.cover.style.posLeft >=(-coverwidth+textwidth+coverleft+step)) { clipleft+=step clipright=clipleft+textwidth clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.cover.style.clip=clippoints document.all.cover.style.posLeft-=step timer= setTimeout("fadeout()",pause) } else { clearTimeout(timer) i_message++ if (i_message>=message.length) {i_message=0} text.innerHTML=message[i_message] fadein() } } if (document.layers) { if (document.cover.left >=(-coverwidth+textwidth+coverleft+step-22)) { clipleft+=step clipright=clipleft+textwidth document.cover.clip.top=cliptop document.cover.clip.left=clipleft document.cover.clip.bottom=clipbottom document.cover.clip.right=clipright document.cover.left-=step timer= setTimeout("fadeout()",pause) } else { clearTimeout(timer) i_message++ if (i_message>=message.length) {i_message=0} document.text.document.write(message[i_message]) document.text.document.close() fadein() } } } function fadein() { if (document.layers) { if (document.cover.left<=coverleft) { clipleft-=step clipright=clipleft+textwidth document.cover.clip.top=cliptop document.cover.clip.left=clipleft document.cover.clip.bottom=clipbottom document.cover.clip.right=clipright document.cover.left+=step timer= setTimeout("fadein()",pause) } else { clearTimeout(timer) init() } } if (document.all) { if (document.all.cover.style.posLeft<=coverleft) { clipleft-=step clipright=clipleft+textwidth clippoints="rect("+cliptop+" "+clipright+" "+clipbottom+" "+clipleft+")" document.all.cover.style.clip=clippoints document.all.cover.style.posLeft+=step timer= setTimeout("fadein()",pause) } else { clearTimeout(timer) init() } } } // - End of JavaScript - --> </SCRIPT> 0
Поделиться3662009-10-29 17:52:28
Классный курсорчик с пегасиком. Вставлять в хтмл-верх
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free Pegasus MySpace Cursors at www.totallyfreecursors.com" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/pegasus.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/pegasus.gif"), auto;}</style>
Поделиться3672009-10-29 17:55:10
информация о разделе при наведении
<abbr title=ОПИСАНИЕ>больше информации</abbr>
Вставлять в описание раздела
Поделиться3682009-10-29 17:56:23
Летабщие мышки вокруг курсора
<SCRIPT TYPE="text/javascript"> var num=5; // Alter bats Number here // Nothing needs altering past here.................... /* Script disabled for Netscape 6 */ var Netscape6=false; if (navigator.appName == "Netscape" && parseFloat(navigator.appVersion) >= 5) Netscape6=true; if (!Netscape6){ var pics=new Array("http://www.designsib.ru/script/cursor/bat2.gif","http://www.designsib.ru/script/cursor/bat3.gif","http://www.designsib.ru/script/cursor/bat2.gif","http://www.designsib.ru/script/cursor/bat1.gif"); var load=new Array(); function pre_load(){ for(i=0; i < pics.length; i++){ load[i]=new Image(); load[i].src=pics[i]; } } pre_load(); var n4=(document.layers); var o6=(navigator.appName.indexOf("Opera") != -1)?true:false; var ie=(document.all); var y=0; var x=0; var yb=0; var xb=0; var s0=0; var s1=0.5; var s2=1; var cnt=new Array(0,1,2) var mix=new Array(); for (i=0; i < num; i++) mix[i]=cnt[Math.floor(Math.random()*cnt.length)]; var del=0.1; var y1=new Array(); var x1=new Array(); var y2=new Array(); var x2=new Array(); for (i=0; i < num; i++){ y1[i]=0; x1[i]=0; y2[i]=0; x2[i]=0; } if (n4){ window.captureEvents(Event.MOUSEMOVE); function mouse1(e){ y = e.pageY-window.pageYOffset; x = e.pageX; } window.onMouseMove=mouse1; } if (ie||o6){ function mouse2(){ y = (ie)?event.clientY:event.clientY-window.pageYOffset; x = event.clientX; } document.onmousemove=mouse2; } if (n4){ for (i=0; i < num; i++) document.write("<LAYER NAME='bats"+i+"' LEFT=0 TOP=-50><img name='temp"+i+"' src="+pics[0]+"></LAYER>"); } if (ie){ document.write('<div id="con" style="position:absolute;top:-50px;left:0px"><div style="position:relative">'); for (i=0; i < num; i++){ document.write('<img id="bats'+i+'" src="'+pics[0]+'" style="position:absolute;top:0px;left:0px">'); } document.write('</div></div>'); } if (o6){ for (i=0; i < num; i++) document.write("<div id='bats"+i+"' style='position:absolute;top:-50px;left:0px'><img name='temp"+i+"' src="+pics[0]+"></div>"); } function swirl(){ if (ie) con.style.top=document.body.scrollTop; sy=(!ie)?window.pageYOffset:0; yb=(ie)?window.document.body.offsetHeight/3:window.innerHeight/3; xb=(ie)?window.document.body.offsetWidth/7:window.innerWidth/7; for (i=0; i < num; i++){ var t=(n4)?document.layers["bats"+i]:document.getElementById("bats"+i).style; t.top = y1[i]+yb*Math.sin(((s0)+i*3.7)/4)*Math.cos((s0+i*35)/20)+sy; t.left =x1[i]+xb*Math.cos(((s0)+i*3.7)/4)*Math.cos((s0+i*35)/62); } s0+=s1; } function animate(){ var i_or_o=(ie)?"bats":"temp"; for (i=0; i < num; i++){ if (mix[i] == pics.length) mix[i]=0; if (n4) document.layers['bats'+i].document.images['temp'+i].src=pics[mix[i]]; else document.images[i_or_o+i].src=pics[mix[i]]; mix[i]+=s2; } swirl(); } function follow(){ y1[0]=Math.round(y2[0]+=((y)-y2[0])*del); x1[0]=Math.round(x2[0]+=((x)-x2[0])*del); for (i=1; i < num; i++){ y1[i]=Math.round(y2[i]+=(y1[i-1]-y2[i])*del); x1[i]=Math.round(x2[i]+=(x1[i-1]-x2[i])*del); } animate(); setTimeout('follow()',50); } function startit(){ setTimeout('follow()',1000); } window.onload=startit; } //--> </SCRIPT>
Поделиться3692009-10-30 22:15:59
огромное спасибо, очень красиво!
Поделиться3702009-11-03 14:30:22
спасибо
Поделиться3712009-11-07 11:26:26
Давно искала! Спасибо!
Поделиться3722009-11-08 11:54:27
А у меня не получается(
Поделиться3732009-11-09 18:34:26
Здорово
Поделиться3742009-11-09 18:36:11
Класс
Поделиться3752009-11-09 18:39:08
Кто знает где найти Зимний диз???????
Поделиться3762009-11-17 11:00:32
Я вас обожаю!!!
Поделиться3772009-11-17 16:30:37
А нельзя чтоб одновременно несколько скриптов было?
Поделиться3782009-11-17 16:38:26
Лерусичка, попробуйте. Хотя как по мне, смотреться будет ужасно, если вообще заработает. оО
Поделиться3792009-11-17 17:42:46
А вот стрелочка- Сакуры из Наруто.:
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free Sakura MySpace Cursors at www.totallyfreecursors.com" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/sakura2.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/sakura2.gif"), auto;}</style>
Поделиться3802009-11-17 17:54:18
А можете мне плиз сделать чтото с ранетками?
Поделиться3812009-11-17 17:55:40
Хорошо!!
Поделиться3822009-11-17 17:58:28
спс заранее
Поделиться3832009-11-17 17:59:04
А гитара сойдёт;
<div align="center" style="z-index:9;visibility:visible;"><a href="http://www.totallyfreecursors.com/" target="_blank" class="tfc"><img src="http://downloads.totallyfreecursors.com/public/CursorsLogo88-31.gif" border="0" width="88" height="31" alt="Free Guitar Black Glitter MySpace Cursors at www.totallyfreecursors.com" /></a></div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/guitarblackglitter.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/guitarblackglitter.gif"), auto;}</style>
Поделиться3842009-11-17 18:08:25
Кароче кому что надо...
Поделиться3852009-11-17 21:50:58
А именно с саміми ранетками
Поделиться3862009-11-18 01:01:19
А именно с саміми ранетками
о боже... Вам мало Ваших звездочек и сердечек?..
Поделиться3872009-11-18 07:15:56
А именно с саміми ранетками
Немогу найти..
Поделиться3882009-11-18 15:18:42
о боже... Вам мало Ваших звездочек и сердечек?..
я удалила!!
Поделиться3892009-11-18 15:26:39
Кагоме Настёна)))
С кошаками чт оесть?
Поделиться3902009-11-18 15:51:12
Да да сейчас найду
Похожие темы
Скрипты Украшаем Форум | Галерея скриптов | 2012-09-28 |
Пагода для форума | Архив тем | 2009-07-29 |
Нужен скрипт < | Архив тем | 2011-06-15 |
Делаем медальки на форуме | Архив тем | 2011-08-25 |
Погода на форум | Архив тем | 2009-11-28 |