У нас начинается заново ролевая игра поэтому почти все роли свободны.Спишите занять главную роль Top serial sites

Зачарованные

Объявление

Уважаемые.Если вы зарегистрировались,то прошу вас посещать мой форум хотябы раз в два дня,а лучше каждый день.Если вы небудите этого делать,то вы будете удалены. С уважением,Администратор форума.

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

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


Вы здесь » Зачарованные » Всё для вашего форума » Курсоры


Курсоры

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

1

Выбирайте

0

2

</div><style>HTML,BODY{cursor: url("http://downloads.totallyfreecursors.com/cursor_files/PleayBoyPink
-ani1.ani"), url("http://downloads.totallyfreecursors.com/thumbnails/PleayBoyPink-ani1.gif"), auto;}</style>

0

3

<!-- InЁЄcio CURSOR - LadyLony.com -->
<title>cursor</title><style type="text/css"><!--body  { cursor:url(http://www.ladylony.com/cursores/esp13.cur)}// --></style>
<!-- Fim CURSOR - LadyLony.com -->

0

4

<style>
<!--
BODY{
cursor:url("http://cute-spot.com/cursors/13.ani");
}
-->
</style>

http://www.cute-spot.com/cursors/12.gif

0

5

<style>
<!--
BODY{
cursor:url("http://ourworld.cs.com/sittajunn/f2.cur");
}
-->
</style>

0

6

<STYLE TYPE="text/css">BODY {   cursor: url('http://downloads.totallyfreecursors.com/cursor_files/Lips.ani');}</style>

0

7

1 раздел

Курсор оставляет за собой следы (разноцветные шарики), которые через полминутки изчезают. (Очень классный скрипты даю 100 балов).

Кот

(<script>
// CREDITS:
// Splash Tracker
// By Urs Dudli and Peter Gehrig
// Copyright (c) 2002 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at http://www.24fun.com
// info@24fun.com
// 5/17/2002\n

// IMPORTANT:
// If you add the Splash Tracker to a script-library or script-archive
// you have to add a highly visible link to
// http://www.24fun.com on the webpage
// where this script will be featured\n

///////////////////////////////////////////////////////////////
// CONFIGURATION STARTS HERE
///////////////////////////////////////////////////////////////

// URLs of the splash images. Replace it with your images.
var imgurl=new Array ("greensmall.gif","redsmall.gif","yellowsmall.gif")

// maximum numbers of splash images displayed on your webpage
var max_img=100

// how long shall the images be displayed after the animation is over (seconds)
var standstill=2

// speed of animation: lower means faster
var speed=6

///////////////////////////////////////////////////////////////
// CONFIGURATION ENDS HERE
///////////////////////////////////////////////////////////////

var imgpreload=new Array()
for (i=0;i<=imgurl.length-1;i++) {
imgpreload[i]=new Image()
imgpreload[i].src=imgurl[i]
}

var isfinished=false
var range=imgurl.length
var ns4=document.layers?1:0
var ns6=document.getElementById&&!document.all?1:0
var ie=document.all?1:0
var i_img=0
var posleft
var postop
var shownext=0
var standstill=standstill*1000

function showimages(e) {
if (i_img<=max_img && isfinished==false) {
    if (shownext==0) {
    if (ie) {
        posleft=document.body.scrollLeft+window.event.x;
        postop=document.body.scrollTop+window.event.y;
        thisobj=eval("document.all.d"+i_img+".style")
        thisobj.visibility="visible"
        thisobj.posLeft=posleft
        thisobj.posTop=postop
    }
    if (ns6) {
        posleft=e.pageX
        postop=e.pageY
        var thisid="d"+i_img
        thisobj=document.getElementById(thisid).style
        thisobj.visibility="visible"
        thisobj.left=posleft
        thisobj.top=postop
    }
    if (ns4) {
        posleft=e.pageX
        postop=e.pageY
        thisobj=eval("document.d"+i_img)
        thisobj.visibility="visible"
        thisobj.left=posleft
        thisobj.top=postop
    }
    i_img++
   
    shownext++
    }
    else {
    shownext++
    if (shownext>speed) {shownext=0}
    }
}
else if (isfinished==false) {
    isfinished=true
    i_img=0
    var ti=setTimeout("clearimages()",standstill)
}
}

function clearimages() {
if(i_img<=max_img) {
    if (ie) {
    thisobj=eval("document.all.d"+i_img+".style")
    thisobj.visibility="hidden"
    }
    if (ns6) {
    var thisid="d"+i_img
    thisobj=document.getElementById(thisid).style
    thisobj.visibility="hidden"
    }
    if (ns4) {
    thisobj=eval("document.d"+i_img)
    thisobj.visibility="hidden"
    }
    i_img++
    var timer=setTimeout("clearimages()",20)
}
else {
    clearTimeout(timer)
}
}

function pageisloaded() {
if (ns4) {document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove=showimages
}

if (ie || ns4 || ns6) {
window.onload=pageisloaded
}

for (i=0;i<=max_img;i++) {
var randimg=Math.floor(range*Math.random())
if (ie || ns6) {
    document.write("<DIV id='d"+i+"' style='position:absolute;left:0;top:0;visibility:hidden'><img src='"+imgurl[randimg]+"'></div>");
}
if (ns4) {
    document.write("<layer name='d"+i+"' left=0 top=0 visibility=hide><img src='"+imgurl[randimg]+"'></layer>");
}
}

document.close()

</script>
)

0

8

<style><!--
BODY{
cursor:url("http://www.geocities.com/xplayg1rlzx/PurpleDollCurser.ani");
}
-->
</style>

0

9

<style>
<!--
BODY{
cursor:url("http://ourworld.cs.com/sittajunn/crocus01.cur");
}
-->
</style>

0

10

Код:
При клике от курсора рассыпаются разноцветные сердечки 


<!-- COMEÇA AQUI  -->
<!-- Sua Nota.cjb.net -->
<body onload="initMouseEvents()">

<script language=JavaScript1.2>
<!-- Begin
var ver  = navigator.appVersion;
var dom  = document.getElementById ? 1 : 0;
var ie5  = (ver.indexOf("MSIE 5") > -1 && dom) ? 1 : 0;
var n  = (document.layers);
var ie = (document.all);

var sparksAflyin = 0;
var totalSparks = 0;
var sparksOn = 1;
function initMouseEvents() {
document.onmousedown = mouseDown;
if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);
}
function mouseDown(e) {
if (sparksOn) {
var mousex = (n) ? e.pageX : event.x+document.body.scrollLeft;
var mousey = (n) ? e.pageY : event.y+document.body.scrollTop;
if (!sparksAflyin) {
for (var k = 0; k <= 9; k++)
   eval('SHOW("sDiv'+k+'")');
sparksAflyin = 1;
totalSparks = 0;
for(i = 0;i <= 9; i++)
eval('moveTo('+i+',0,'+mousex+','+mousey+')');
      }
   }
}
function moveTo(i,j, mousex, mousey){
if (j < eval('anim_'+i+'_x.length') ){
var tempx = eval('anim_'+i+'_x[j]+mousex');
var tempy = eval('anim_'+i+'_y[j]+mousey');
if (ie) {
if(tempy+30 > (document.body.offsetHeight+document.body.scrollTop))
tempy = document.body.offsetHeight+document.body.scrollTop-30;
if(tempx+30 > (document.body.offsetWidth+document.body.scrollLeft))
tempx = document.body.offsetWidth+document.body.scrollLeft-30;
eval('document.all.sDiv'+i+'.style.left = tempx;');
eval('document.all.sDiv'+i+'.style.top  = tempy;');
}
if (n) {
eval('document.layers.sDiv'+i+'.left = tempx;');
eval('document.layers.sDiv'+i+'.top  = tempy;');
}
j++;
//  timeout: 50 = fireworks speed, larger number = slower speed
    setTimeout("moveTo("+i+","+j+","+mousex+","+mousey+")",50)
}
else {
eval('HIDE("sDiv'+i+'")');
totalSparks++;
}
if (totalSparks == 10) {
sparksAflyin = 0;
totalSparks  = 0;
   }
}
function SHOW(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "visible";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "visible";');
}
function HIDE(divName){
if (document.all)
eval('document.all.'+divName+'.style.visibility = "hidden";');
else if (document.layers)
eval('document.layers["'+divName+'"].visibility = "hide";');
}
anim_0_x=new Array(20,20,10,0,0,0,0,0,0,0,0,0);
anim_0_y=new Array(-20,-40,-60,-80,-60,-40,-20,0,20,40,60,80);
anim_1_x=new Array(20,20,17,36,60,78,90,92,93,98,108,120,133,152,181);
anim_1_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_2_x=new Array(20,20,2,3,4,5,6,7,8,9,10,12,13,15,18);
anim_2_y=new Array(-20,-20,-33,-38,-38,-27,-2,25,51,84,113,141,162,212,253);
anim_3_x=new Array(-20,-20,-2,-1,7,10,18,35,60,102,94,94,93,97,108,111,117,127);
anim_3_y=new Array(-20,-25,-64,-89,-104,-150,-173,-197,-213,-199,-151,-101,-66,-17,27,87,140,189);
anim_4_x=new Array(-20,-20,-10,-39,-30,-69,-64,-138,-154,-200,-181,-209,-191,-207,-203,-213,-202,-221,-211);
anim_4_y=new Array(-20,-20,-28,-51,-79,-100,-135,-154,-193,-183,-149,-134,-89,-60,8,51,107,157,201);
anim_5_x=new Array(-20,-29,-51,-72,-105,-133,-164,-189,-209,-229,-247,-270,-279,-282,-283,-283,-285,-286,-288);
anim_5_y=new Array(-20,-55,-86,-116,-154,-183,-205,-217,-217,-198,-169,-120,-44,-8,40,87,144,190,248);
anim_6_x=new Array(-20,-20,-7,14,44,79,143,186,217,226,234,244,250,259,265,274);
anim_6_y=new Array(-20,-21,-72,-113,-139,-166,-188,-181,-126,-68,-3,54,134,187,215,257);
anim_7_x=new Array(20,20,-3,-9,-13,-27,-33,-44,-54,-66,-77,-95,-107,-136,-150,-160,-164,-168,-171,-172,-172,-176,-175);
anim_7_y=new Array(-20,-26,-43,-63,-89,-116,-145,-169,-201,-222,-240,-253,-254,-245,-220,-195,-160,-124,-81,-53,-26,19,68);
anim_8_x=new Array(-20,20,-35,39,0,45,-1,24,-15,14,-20,35,-18,38,-11,16,49,64,81,93,100,103,109);
anim_8_y=new Array(-20,-20,-32,-42,-62,-76,-89,-107,-132,-147,-173,-180,-192,-209,-236,-193,-119,-73,-24,51,95,130,188);
anim_9_x=new Array(-20,-51,-89,-110,-165,-191,-228,-240,-259,-271,-277,-281,-287);
anim_9_y=new Array(-20,-20,-35,-37,-34,-16,10,47,105,150,189,227,273);
//  End -->

</script>

<base target="_self">
<div id="sDiv0" style="VISIBILITY: hidden; POSITION: absolute"><br>
  </div>
  <div id="sDiv1" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#C9C9E4" size="1">*</font><br>
  </div>
  <div id="sDiv2" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#C9C9E4" size="1">*</font><br>
  </div>
  <div id="sDiv3" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#8080C1" size="1">©</font><br>
  </div>
  <div id="sDiv4" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#5353A6" size="1">©</font><br>
  </div>
  <div id="sDiv5" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#C9C9E4" size="1">©</font><br>
  </div>
  <div id="sDiv6" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#C9C9E4" size="1">©</font><br>
  </div>
  <div id="sDiv7" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#8080C1" size="1">©</font><br>
  </div>
  <div id="sDiv8" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#5353A6" size="1">©</font><br>
  </div>
  <div id="sDiv9" style="VISIBILITY: hidden; POSITION: absolute"><br>
  <font face="symbol,wingdings,arial" color="#5353A6" size="1">©</font><br>
  </div>
<!-- Sua Nota.cjb.net -->
<!-- ACABA AQUI  -->

Отредактировано Киара (2007-08-15 17:10:55)

0

11

Вот полезная ссылочка:
http://fantasyflash.ru/index.php?&kontent=cursors

0


Вы здесь » Зачарованные » Всё для вашего форума » Курсоры