<body style="cursor:url(http://www.pink-shadows.com/pictures/cursors/pinkstars.ani);"></body><center><br><br></center>
Изменение курсоров
Сообщений 1 страница 30 из 63
Поделиться12008-07-08 22:18:37
Поделиться22008-07-08 22:19:14
<body style="cursor:url(http://www.pink-shadows.com/pictures/cursors/bluestars.ani);"></body><center><br><br></center>
Поделиться32008-07-08 22:19:58
<body style="cursor:url(http://www.pink-shadows.com/pictures/cursors/greenstars.ani);"></body><center><br><br></center>
Поделиться42008-07-08 22:20:32
<style><!-- BODY{ cursor:url("http://ourworld.cs.com/starrydollz%20com/cursors/cursor5.ani"); } --> </style>
Поделиться52008-07-08 22:23:56
<style><!-- BODY{ cursor:url("http://ourworld.cs.com/starrydollz%20com/cursors/cursor8.ani"); } --> </style>
Поделиться62008-07-08 22:24:36
<script src="http://www.totallyfreecursors.com/remoteCursor.cfm?id=2880" language="javascript"></script>
Поделиться72008-07-08 22:25:04
<script src="http://www.totallyfreecursors.com/remoteCursor.cfm?id=2875" language="javascript"></script>
Поделиться82008-07-08 22:25:51
<body style="cursor:url(http://www.pink-shadows.com/pictures/cursors/pinkhearts2.ani);"></body><center><br><br></center>
Поделиться92008-07-08 22:26:35
<STYLE> BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor24.cur');}</style>
Поделиться102008-07-08 22:27:27
<STYLE> BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor103.cur');}</style>
Поделиться112008-07-08 22:27:57
<STYLE> BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor40.ani');}</style>
Поделиться122008-07-08 22:28:22
<STYLE> BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor118.ani');}</style>
Поделиться132008-07-08 22:28:49
<STYLE> BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor46.ani');}</style>
Поделиться142008-07-08 22:29:55
из курсора будут вверх вылетать вот такие сердечки, красиво смотриться!
<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> <IMG id=bubble style="DISPLAY: none" src="http://img224.imageshack.us/img224/9638/767hz9.gif"> <SCRIPT language=JavaScript> <!-- Original: Kurt Grigg (kurt.grigg@virgin.net) --> <!-- Web Site: http://website.lineone.net/~kurt.grigg/javascript --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin Image0 = new Image(); Image0.src = bubble.src; Amount = 25; Ymouse = -50; Xmouse = -50; 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; (document.layers)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt) { Ymouse=(document.layers)?evnt.pageY-20:event.y-20; Xmouse=(document.layers)?evnt.pageX:event.x; } (document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse; for (i = 0; i < Amount; i++) { Ypos[i] = Ymouse; Xpos[i] = Xmouse; Speed[i] = Math.random()*4+1; Cstep[i] = 0; Step[i] = Math.random()*0.1+0.05; grow[i] = 8; nsSize[i] = Math.random()*15+5; rate[i] = Math.random()*0.5+0.1; } 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=90)">'); } document.write('</div></div>'); } function MouseBubbles() { 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] * 4); Ypos[i] += sy; Xpos[i] += sx; if (Ypos[i] < -40) { Ypos[i] = Ymouse; Xpos[i] = Xmouse; Speed[i] = Math.random() * 6 + 4; grow[i] = 8; 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('MouseBubbles()', 10); } MouseBubbles(); // End --> </SCRIPT>
Поделиться152008-07-08 22:32:18
тоже самое только бабочки
<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> <IMG id=bubble style="DISPLAY: none" src="http://img291.imageshack.us/img291/3092/butterfly11xf4.gif"> <SCRIPT language=JavaScript> <!-- Original: Kurt Grigg (kurt.grigg@virgin.net) --> <!-- Web Site: http://website.lineone.net/~kurt.grigg/javascript --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin Image0 = new Image(); Image0.src = bubble.src; Amount = 25; Ymouse = -50; Xmouse = -50; 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; (document.layers)?window.captureEvents(Event.MOUSEMOVE):0; function Mouse(evnt) { Ymouse=(document.layers)?evnt.pageY-20:event.y-20; Xmouse=(document.layers)?evnt.pageX:event.x; } (document.layers)?window.onMouseMove=Mouse:document.onmousemove=Mouse; for (i = 0; i < Amount; i++) { Ypos[i] = Ymouse; Xpos[i] = Xmouse; Speed[i] = Math.random()*4+1; Cstep[i] = 0; Step[i] = Math.random()*0.1+0.05; grow[i] = 8; nsSize[i] = Math.random()*15+5; rate[i] = Math.random()*0.5+0.1; } 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=90)">'); } document.write('</div></div>'); } function MouseBubbles() { 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] * 4); Ypos[i] += sy; Xpos[i] += sx; if (Ypos[i] < -40) { Ypos[i] = Ymouse; Xpos[i] = Xmouse; Speed[i] = Math.random() * 6 + 4; grow[i] = 8; 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('MouseBubbles()', 10); } MouseBubbles(); // End --> </SCRIPT>
Поделиться162008-07-09 21:18:32
<style type="text/css"><!--body { cursor:url(http://www.ladylony.com/cursores/flo21.cur)}// --></style>
Поделиться172008-07-10 14:45:50
А куда встовлять?!
Поделиться182008-07-10 15:06:05
А куда встовлять?!
В HTML низ =)
Поделиться192008-07-10 16:35:24
Спасибо!!!
Поделиться202008-07-10 21:43:15
а у меня не работает
Поделиться212008-07-10 21:44:19
а у меня не работает
пробуй или в HTML низ или вверх и код полностью копируй
Поделиться222008-07-10 21:51:39
все равно
Поделиться232008-07-10 22:02:35
Значит твой стиль форума не поддерживает курсоры, хотя у все работает...
Поделиться242008-07-14 00:04:34
Тигрица
Бабочки - супер! Мне оч понравилось!
Поделиться252008-07-14 08:38:42
<a href="http://cursormania.smileycentral.com/download/index.jhtml?partner=ZCzeb008_ZCxdm451YYRU&spu=1&feat=prof&utm_id=9996" style="position:absolute;top:50px;left:0px;"><img src="http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Ft%253D6/image.gif" border="0"/></a><style type="text/css">body{cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D9581a/image.gif") !important;}</style>
Это синий 3d карандашик.
Отредактировано Пума (2008-07-14 08:39:20)
Поделиться262008-07-14 08:40:28
<a href="http://cursormania.smileycentral.com/download/index.jhtml?partner=ZCzeb008_ZCxdm451YYRU&spu=1&feat=prof&utm_id=9993" style="position:absolute;top:50px;left:0px;"><img src="http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Ft%253D3/image.gif" border="0"/></a><style type="text/css">body{cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D11450a/image.gif") !important;}</style>
Эта стрелочка горит огнём.
Поделиться272008-07-14 08:41:35
<a href="http://cursormania.smileycentral.com/download/index.jhtml?partner=ZCzeb008_ZCxdm451YYRU&spu=1&feat=prof&utm_id=9992" style="position:absolute;top:50px;left:0px;"><img src="http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Ft%253D2/image.gif" border="0"/></a><style type="text/css">body{cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D11564a/image.gif") !important;}</style>
А здесь вместо курсора фея,которая в синем платье летит и руками указывает,как урсор.
Поделиться282008-07-14 08:42:43
Если понадобится,то я ещё выложу
Поделиться292008-07-14 13:07:28
Если понадобится,то я ещё выложу
Можешь сразу выкладывать, я не против
Поделиться302008-07-14 13:09:19
Тигрица
Их у меня свыше 100000
<a href="http://cursormania.smileycentral.com/download/index.jhtml?partner=ZCzeb008_ZCxdm451YYRU&spu=1&feat=prof&utm_id=9996" style="position:absolute;top:50px;left:0px;"><img src="http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Ft%253D6/image.gif" border="0"/></a><style type="text/css">body{cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D12644a/image.gif") !important;}</style>
Ручка чернилами пишет слово Любовь