Geri Dön   Forum Ti > Programlama Dilleri ve İnternet > Web Tasarım
Üye Ol Üye Listesi Takvim Forumları Okundu İşaretle

Web Tasarım İnternet sitesi ile ilgili kodlar, kaynaklar, ipuçları, uygulamalar ve diğer herşey.

Cevap
 
Konu Araçları
Eski 08.06.2006   #1 (permalink)
 
Katılma Tarihi: Nis 2006
Nereden: istanbul
Mesajlar: 25
Thumbs up 5 Adet Html Kodu bence dene işine yaran banko çıkar

SİTELERİNİZ İÇİN GÜZEL MAUSE SCRIPTLERİ
**********1**********
Kod:
<IMG id=balloon 
style="DISPLAY: none" src="http://www.ladylony.com/fior1.gif" width="11" height="13">
<SCRIPT language=javascript>
var images=balloon.src;//Put your image name here!! 
var amount=7;//Number of images here. Do not alter for this script!!
var cnter=70;
var step;
var currStep = 0;
var Xpos = 0;
var Ypos = 0;
if (document.all)
{
document.write('<div id="ieDiv" style="position:absolute;top:0px;left:0px">')
document.write('<div id="c" style="position:relative">');
for (n=0; n < amount; n++)
document.write('<img src=" '+images+'" style="position:absolute;top:0px;left:0px">')
document.write('</div>')
document.write('</div>')

function MsieMouseFollow(){
Xpos = document.body.scrollLeft+event.x-5;
Ypos = document.body.scrollTop+event.y-5;
}
document.onmousemove = MsieMouseFollow;
}
else if (document.layers)
{
window.captureEvents(Event.MOUSEMOVE);
for (ns=0; ns < amount; ns++) 
document.write("<LAYER NAME='n"+ns+"' LEFT=0 TOP=0><IMG SRC='"+images+"'></LAYER>");
function NsMouseFollow(evnt){
Xpos = evnt.pageX-5;
Ypos = evnt.pageY-5;
}
window.onMouseMove = NsMouseFollow;
}

function Swirl(){
if (currStep<0.0550)
step=0.001;
if (document.all)
{
for (i=0;i<ieDiv.all.c.all.length;i++)
{
ieDiv.all.c.all[i].style.top = Ypos+cnter*Math.cos((currStep+i*4.5)/5)*Math.sin((currStep)*150);
ieDiv.all.c.all[i].style.left = Xpos+cnter*Math.sin((currStep+i*4.5)/5)*Math.sin((currStep)*150);
}
}
else 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);
}
}
currStep += step;
setTimeout("Swirl()", 10);
if (currStep>0.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<ieDiv.all.c.all.length;i++)
{
ieDiv.all.c.all[i].style.top=Ypos+cnter*Math.cos((currStep+i*4.5)/5)
ieDiv.all.c.all[i].style.left=Xpos+cnter*Math.sin((currStep+i*4.5)/5)
}
} 
}
if (step > 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();
// -->
</SCRIPT>
**********2**********
Kod:
<SCRIPT LANGUAGE="JavaScript">
if (document.all) {
yourLogo = "* buraya site adı";
logoFont = " verdana";
logoColor = " #5c6390";
yourLogo = yourLogo.split('');
L = yourLogo.length;
TrigSplit = 360 / L;
Sz = new Array()
logoWidth = 70;
logoHeight = -30;
ypos = 0;
xpos = 0;
step = 0.04;
currStep = 0;
document.write('<div id="outer" style="position:absolute;top:0px;left:0px "><div style="position:relative">');
for (i = 0; i < L; i++) {
document.write('<div id="ie" style="position:absolute;top:0px;left:0px ;'
+'width:10px;height:10px;font-family: '+logoFont+'; font-size:12px;'
+'color:'+logoColor+'; text-align:cent er">'+yourLogo[i]+'</div>');
}
document.write('</div></div>');
function Mouse() {
ypos = event.y;
xpos = event.x - 3;
}
document.onmousemove=Mouse;
function animateLogo() {
outer.style.pixelTop = document.body.scrollTop;
for (i = 0; i < L; i++) {
ie[i].style.top = ypos + logoHeight * Math.sin(currStep + i * TrigSplit * Math.PI / 180);
ie[i].style.left = xpos + logoWidth * Math.cos(currStep + i * TrigSplit * Math.PI / 180);
Sz[i] = ie[i].style.pixelTop - ypos;
if (Sz[i] < 5) Sz[i] = 3;
ie[i].style.fontSize = Sz[i] / 1.7;
}
currStep -= step;
setTimeout('animateLogo()', 10);
}
window.onload = animateLogo;
}
// End -->
</SCRIPT>
**********3**********
Kod:
<SCRIPT language=JavaScript1.2> 
<!--
var scroller_msg='******SERSERİ_COCUK58*******'

var dismissafter=0

var initialvisible=0
if (document.all)
document.write('<marquee id="curscroll" style="position:absolute;width:150px;border:0px solid black;font-size:12px;background-color:white;color:1e90ff;visibility:hidden">'+scroller_msg+'</marquee>')

function followcursor(){


if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=document.body.scrollLeft+event.clientX+10
curscroll.style.top=document.body.scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}

//-->
 </SCRIPT>
**********4**********
Kod:
<SCRIPT>
<!--
B=document.all;
C=document.layers;
T1=new Array("mouse1.gif",38,35,

"mouse2.gif",30,31,

"mouse3.gif",28,26,

"mouse4.gif",22,21,

"mouse5.gif",16,16,

"mouse6.gif",10,10)
nos=parseInt(T1.length/3)
rate=50
ie5fix1=0;
ie5fix2=0;
for (i=0;i<nos;i++){
createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")}
function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){
with (document){
write((!B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute;left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");
if(St){
if (C)
write(" style='");
write(St+";' ")
}
else write((B)?"'":"");
write((At)? At+">" : ">");
write((HT) ? HT : "");
if (!Op)
closeContainer(N)
}
}
function closeContainer(){
document.write((B)?"</div>":"</layer>")
}
function getXpos(N){
return (B) ? parseInt(B[N].style.left) : C[N].left
}
function getYpos(N){
return (B) ? parseInt(B[N].style.top) : C[N].top
}

function moveContainer(N,DX,DY){
c=(B) ? B[N].style :C[N];c.left=DX;c.top=DY
}
function cycle(){

if (document.all&&window.print){
ie5fix1=document.body.scrollLeft;
ie5fix2=document.body.scrollTop;
}
for (i=0;i<(nos-1);i++){
moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))
}
}
function newPos(e){
moveContainer("CUR"+(nos-1),(B)?event.clientX+ie5fix1:e.pageX+2,

(B)?event.clientY+ie5fix2:e.pageY+2
)
}
if(document.layers)
document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=newPos
setInterval("cycle()",rate)
//-->
</SCRIPT>
**********5**********

Kod:
<!-- 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  -->



ARKADAŞLAR KOLAY GELSİN
__________________
Ne DaVaMıZa GöRe BiR KıZ BuLDuK NeDe BiR KıZıN iSTeDi KaDaR BaSiT oLDuK KıZ DeDiN iST GiBi oLMaLı FeTHi ZoR FaTiH'i TeK oLMaLı
♀♀♀ ﻻ SERSERİ_COCUK58 ﻻ ♀♀♀
serseri_cocuk58 Şuanda Forumda Değil   Alıntı yaparak cevapla
Bu mesaj için serseri_cocuk58 kişisine teşekkür edenler:
azrailxc (09.06.2006), CyBeriaN (09.06.2006), eddie_gordo (20.11.2006), MaStEr (08.06.2006), PRoFeSSioNaL (08.06.2006)
Eski 09.06.2006   #2 (permalink)
By_Oğuz
Ziyaretçi
 
Mesajlar: n/a
Varsayılan

Mükemmel ScriptLer BunLaR sağoL !

Daha varsa Çekinme Ekle Forum'a

Bu mesajı en son By_Oğuz düzenledi . Düzenleme zamanı: 09.06.2006... 11:25.
  Alıntı yaparak cevapla
Eski 07.07.2007   #3 (permalink)
 
Katılma Tarihi: Tem 2007
Nereden: ankara,altındag
Yaş: 16
Mesajlar: 19
Varsayılan

kardeş saol warol manyahhh yaw bunlaRrR. daha iyilerini bulursan paylaş yaw çekinme....

Allaha Emanet Ol...!
cRoCoDiLe.06 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.08.2007   #4 (permalink)
 
Katılma Tarihi: Ara 2006
Nereden: ankara
Yaş: 28
Mesajlar: 10
Varsayılan

cok saol kardesim super calısma devamını bekleriz
tufita79 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 16.08.2007   #5 (permalink)
 
kartanesi48  Görüntü Resmi
 
Katılma Tarihi: Eki 2006
Nereden: muğla
Mesajlar: 102
Varsayılan

harikasın paylaşımın için saol
kartanesi48 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 29.08.2007   #6 (permalink)
 
Katılma Tarihi: Mayıs 2007
Nereden: mannheim
Yaş: 22
Mesajlar: 16
Varsayılan

kardes guzel paylasim tesekkürler
selo796 Şuanda Forumda Değil   Alıntı yaparak cevapla
Eski 24.09.2007   #7 (permalink)
 
Katılma Tarihi: Eyl 2007
Nereden: iST
Yaş: 24
Mesajlar: 10
Varsayılan

Yanlız bu scriptleri attıktan sonra mouse'un yanında belirecek image'ları göremeyeceksiniz. bunun için kendi image dosyanızın dışına kod içinde belirtilen isimli image dosyanızı atınki, kodlar hata vermesin.
LaNeT1907 Şuanda Forumda Değil   Alıntı yaparak cevapla
Cevap


Şu Anda Konuyu İnceleyen Aktif Kullanıcılar: 1 (0 üye ve 1 misafir)
 
Konu Araçları


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Hiç HTML kodu Bilmeden Web Sayfası Yapmak isterseniz...(Antenna 2.0) karakartal Web Tasarım 1 14.01.2007 10:01
|.::5::.| Adet Html Kodu (2) serseri_cocuk58 Web Tasarım 3 10.06.2006 23:40
İŞte Mukemmel Bİr HtmL Kodu serseri_cocuk58 Web Tasarım 3 26.05.2006 19:14
Hiç HTML KoDu BiLmiyoRSanıZ ßuraya ßir ßakın ! MaStEr Web Tasarım 11 09.04.2006 15:23


Şu anki forum saati: 09:30.


cnt hizmet sağlayan firma
ForumTi.com'un yapımı ve yayınlanması CNT'ye aittir.
Sitedeki içerikleri foruma ücretsiz şekilde üye olabilen ziyaretçiler oluşturur. Bu içeriklerin sorumluluğu yazana aittir.
Eğer yasak ve aykırı içerik tespit edilirse site yöneticilerine bu konular bildirilir ve kaldırılır. Site yönetimi haberdar edildiğinde sonuç alınamaz ise servis sağlayıcı CNT'ye bildiride bulunabilirsiniz.
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd. Search Engine Friendly URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259