[Раскрутка Форумов]

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » [Раскрутка Форумов] » [Скрипты] » Поиск скриптов


Поиск скриптов

Сообщений 1 страница 5 из 5

1

Если вам нужен какой-то скрипт - пишите сюда

0

2

Black__Angel
мне нужен))чтобы подходил под мой форум))(тема Гарри Поттер)

0

3

В html низ:
Белые черепа летят с низу в верх:

Код:
<a href="http://sababa.webhost.ru" target=_blank> <img src="http://sababa.webhost.ru/image/BANNIER.gif" border="0"alt=" Cкрипты, шаблоны, курсоры, часы и знаменитости." width=125height=105></a></center>
<p align="center"> <center>
<b>
        <font size="4">

</p>
  </center>
</div>
<script language="JavaScript">
<!-- bubbles Script by kurt.grigg@virgin.net

Image0=new Image();
Image0.src="http://img142.imageshack.us/img142/9296/pix102om1.gif";
Amount=15; 

Ypos=new Array();
Xpos=new Array();
Speed=new Array();
rate=new Array();
grow=new Array();
Step=new Array();
Cstep=new Array();
nsSize=new Array();
ns=(document.layers)?1:0;
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < Amount; i++){                                                                
 Ypos[i] = Math.round(Math.random()*WinHeight);
 Xpos[i] = Math.round(Math.random()*WinWidth);
 Speed[i]= Math.random()*4+4;
 Cstep[i]=0;
 Step[i]=Math.random()*0.1+0.05;
 grow[i]=10;
 nsSize[i]=Math.random()*15+5;
}
if (ns){
for (i = 0; i < Amount; i++){
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+Image0.src+" name='N' width="+nsSize[i]+" height="+nsSize[i]+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
document.write('<img id="si" src="'+Image0.src+'" style="position:absolute;top:0px;left:0px;filter:alpha(opacity=60)">');
}
document.write('</div></div>');
}
function bubbles(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(270*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx; 
rate[i]=0.4;
if (Ypos[i] < -50){
Ypos[i]=WinHeight+50;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*4+6;

grow[i]=2;
nsSize[i]=Math.random()*15+5;
}
if (ns){
document.layers['sn'+i].left=Xpos[i]+wscrll;
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else{
si[i].style.pixelLeft=Xpos[i]+wscrll;
si[i].style.pixelTop=Ypos[i]+hscrll;
si[i].style.width=grow[i];
si[i].style.height=grow[i]; 
}
grow[i]+=rate[i]; 
Cstep[i]+=Step[i];
if (grow[i] > 24) grow[i]=25;
}
setTimeout('bubbles()',10);
}
bubbles();
//-->
    </script></body>

</html>

В html верх:
При наведении на ссылки они "загараются":

Код:
<style type="text/css">a:hover{background: url('http://img108.imageshack.us/img108/8017/xox1aj8.gif'); }</style>

Курсор в виде белого перышка:

Код:
<STYLE>
BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor153.cur');}</style>

0

4

Что бы фон не прокручивался:
<style>
BODY {background-image: url(адрес фона);
background-position: top center;
background-attachment: fixed;
}
</style>

0

5

Black__Angel
спс))

0


Вы здесь » [Раскрутка Форумов] » [Скрипты] » Поиск скриптов