Phorum.ro
Your Avatar Welcome to Phorum.ro!
If you haven't registered yet, click here!
Attention Visitor:
You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Du-te înapoi   Phorum.ro > Web Design & Web Development > Programare > Java > Discutii Generale

Discutii Generale In general despre Java.

Răspunde
 
Thread Tools Moduri de afișare
Vechi 26.08.2006   #1
shpampy
8-Bit Member
 
Data înregistrării: 24.05.2006
Mesaje: 5
Rep Power: 6
shpampy is on a distinguished road
Lightbulb Banner (imagine) care sa tremure

Are cineva vreo idee sau script (ma gandesc ca poate merge in javascript) prin care sa pot face un banner normal (banner neogen) sa tremure sau sa se invarta etc?

Codul care genereaza reclama respectiva este ceva de genul:
Cod:
<!-- affiliate code -->
<script type="text/javascript">
neogen_client = "xxxxxxxx";
neogen_type = "text/image";
neogen_banner_format="468x60";
neogen_plus="xxxxxxxxxx";
neogen_color_bg=["FFFFFF"];
neogen_color_border=["336699"];
neogen_color_titlu=["0000FF"];
neogen_color_desc=["000000"];
neogen_color_url=["008000"];
</script>
<script type="text/javascript" src="ads.neogen.ro/asociati/ads.js"></script>
<!-- end affiliate code -->
Merci!
shpampy is offline   Reply With Quote
Sponsored Links
Vechi 26.08.2006   #2
BETng4U
64-Bit member
 
BETng4U's Avatar
 
Data înregistrării: 21.02.2006
Locație: 127.0.0.1 - barlad
Vârsta: 23
Mesaje: 334
Rep Power: 7
BETng4U is on a distinguished road
Trimite un mesaj prin Yahoo pentru BETng4U
Talking

super simplu ... pui codul intr'un div in fel urmator... si apoi plmibi div'ul sau ii faci ce vrei tu

cod HTML
Cod:
<body onload="fct(1)">
...
<div style="position:absolute; top:0px; left:0px; width:200px; height:60px; background:#000000;" id="reclama">
<!-- affiliate code -->
<script type="text/javascript">
neogen_client = "xxxxxxxx";
neogen_type = "text/image";
neogen_banner_format="468x60";
neogen_plus="xxxxxxxxxx";
neogen_color_bg=["FFFFFF"];
neogen_color_border=["336699"];
neogen_color_titlu=["0000FF"];
neogen_color_desc=["000000"];
neogen_color_url=["008000"];
</script>
<script type="text/javascript" src="ads.neogen.ro/asociati/ads.js"></script>
<!-- end affiliate code -->
</div>
....
cod js
Cod:
var t, top, left;
var s=1;
function fct(w) {
top=String(document.getElementById('reclama').style.top)
top=top.split('px');
top=parseInt(top[0]);
left=String(document.getElementById('reclama').style.left)
left=left.split('px');
left=parseInt(left[0]);
switch (w){
case 1:
 if (top>=50)
    t=setTimeout("fct(2);",s);
 else
 	{document.getElementById('reclama').style.top=(top+1)+"px";
	 t=setTimeout("fct(1);",s);
	}
  break;
case 2:
 if (left>=50)
    t=setTimeout("fct(3);",s);
 else
 	{document.getElementById('reclama').style.left=(left+1)+"px";
	 t=setTimeout("fct(2);",s);
	}
 break;
case 3:
 if (top<0)
    t=setTimeout("fct(4);",s);
 else
 	{document.getElementById('reclama').style.top=(top-1)+"px";
	 t=setTimeout("fct(3);",s);
	}
  break;
case 4:
 if (left<0)
    t=setTimeout("fct(1);",s);
 else
 	{document.getElementById('reclama').style.left=(left-1)+"px";
	 t=setTimeout("fct(4);",s);
	}
 break;
}
}
asta e cea mai simpla animatie ... dar se mai pot adauga artifici dar te las pe tine sa le afli .... daca vrei iti pot da idea.. algoritmul
BETng4U is offline   Reply With Quote
Răspunde


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Moduri de afișare

Reguli de postare
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Pornit
emoticoanele sunt Pornit
Codul [IMG] este Pornit
Codul HTML este Oprit



Ora este GMT +3. Ora este acum 00:29:19.


Rulează cu: vBulletin Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Forum SEO by Zoints

XXXXXXXXXXXXXXXXXXX
Inactive Reminders By Icora Web Design