Forum www.forum.fora.pl Strona Główna

www.forum.fora.pl
Nieoficjalne forum pomocy serwisu fora.pl
 

KAISATKA MASZ TU KOD NA GWIAZDKI

 
Napisz nowy temat   Odpowiedz do tematu    Forum www.forum.fora.pl Strona Główna -> Pomoc i pytania
Zobacz poprzedni temat :: Zobacz następny temat  
Autor Wiadomość
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 16:32, 11 Gru 2005    Temat postu: KAISATKA MASZ TU KOD NA GWIAZDKI

Kasiatka masz tu kod na gwiazdki:

/****************************************** * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="http://www.goods.pl/images/products/821s.jpg" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write(""); } else { document.write(""); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i0) setTimeout("hidesnow()", hidesnowtime*1000) }


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
dogy
Amator postów
Amator postów



Dołączył: 29 Paź 2005
Posty: 46
Przeczytał: 0 tematów

Ostrzeżeń: 0/5

PostWysłany: Nie 16:34, 11 Gru 2005    Temat postu:

Ja próbowałam ale nie działa

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
Kasiatka
Amator postów
Amator postów



Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów

Ostrzeżeń: 3/5

PostWysłany: Nie 16:38, 11 Gru 2005    Temat postu:

Tak, nie działa!!

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 16:53, 11 Gru 2005    Temat postu:

no bo niema poczatku <script> i zakonczenia </script>


<script>
****************************************** * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="http://www.goods.pl/images/products/821s.jpg" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write(""); } else { document.write(""); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i0) setTimeout("hidesnow()", hidesnowtime*1000) }</script>

teraz powinno dzialac Wink


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 16:56, 11 Gru 2005    Temat postu:


Kod:
<script>
****************************************** * Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html) * Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code * Last updated Nov 9th, 05' by DD. This notice must stay intact for use ******************************************/ //Configure below to change URL path to the snow image var snowsrc="http://www.goods.pl/images/products/821s.jpg" // Configure below to change number of snow to render var no = 10; // Configure whether snow should disappear after x seconds (0=never): var hidesnowtime = 0; // Configure how much snow should drop down before fading ("windowheight" or "pageheight") var snowdistance = "pageheight"; ///////////Stop Config////////////////////////////////// var ie4up = (document.all) ? 1 : 0; var ns6up = (document.getElementById&&!document.all) ? 1 : 0; function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } var dx, xp, yp; // coordinate and position variables var am, stx, sty; // amplitude and step variables var i, doc_width = 800, doc_height = 600; if (ns6up) { doc_width = self.innerWidth; doc_height = self.innerHeight; } else if (ie4up) { doc_width = iecompattest().clientWidth; doc_height = iecompattest().clientHeight; } dx = new Array(); xp = new Array(); yp = new Array(); am = new Array(); stx = new Array(); sty = new Array(); snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc for (i = 0; i < no; ++ i) { dx[i] = 0; // set coordinate variables xp[i] = Math.random()*(doc_width-50); // set position variables yp[i] = Math.random()*doc_height; am[i] = Math.random()*20; // set amplitude variables stx[i] = 0.02 + Math.random()/10; // set step variables sty[i] = 0.7 + Math.random(); // set step variables if (ie4up||ns6up) { if (i == 0) { document.write(""); } else { document.write(""); } } } function snowIE_NS6() { // IE and NS6 main animation function doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10; doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight; for (i = 0; i < no; ++ i) { // iterate for every dot yp[i] += sty[i]; if (yp[i] > doc_height-50) { xp[i] = Math.random()*(doc_width-am[i]-30); yp[i] = 0; stx[i] = 0.02 + Math.random()/10; sty[i] = 0.7 + Math.random(); } dx[i] += stx[i]; document.getElementById("dot"+i).style.top=yp[i]+"px"; document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; } snowtimer=setTimeout("snowIE_NS6()", 10); } function hidesnow(){ if (window.snowtimer) clearTimeout(snowtimer) for (i=0; i0) setTimeout("hidesnow()", hidesnowtime*1000) }</script>



albo sprubuj


Kod:
<script type="text/javascript">

/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/
 
  //Configure below to change URL path to the snow image
  var snowsrc="snow2.gif"
  // Configure below to change number of snow to render
  var no = 10;
  // Configure whether snow should disappear after x seconds (0=never):
  var hidesnowtime = 0;
  // Configure how much snow should drop down before fading ("windowheight" or "pageheight")
  var snowdistance = "pageheight";

///////////Stop Config//////////////////////////////////

  var ie4up = (document.all) ? 1 : 0;
  var ns6up = (document.getElementById&&!document.all) ? 1 : 0;

   function iecompattest(){
   return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
   }

  var dx, xp, yp;    // coordinate and position variables
  var am, stx, sty;  // amplitude and step variables
  var i, doc_width = 800, doc_height = 600;
 
  if (ns6up) {
    doc_width = self.innerWidth;
    doc_height = self.innerHeight;
  } else if (ie4up) {
    doc_width = iecompattest().clientWidth;
    doc_height = iecompattest().clientHeight;
  }

  dx = new Array();
  xp = new Array();
  yp = new Array();
  am = new Array();
  stx = new Array();
  sty = new Array();
  snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
  for (i = 0; i < no; ++ i) { 
    dx[i] = 0;                        // set coordinate variables
    xp[i] = Math.random()*(doc_width-50);  // set position variables
    yp[i] = Math.random()*doc_height;
    am[i] = Math.random()*20;         // set amplitude variables
    stx[i] = 0.02 + Math.random()/10; // set step variables
    sty[i] = 0.7 + Math.random();     // set step variables
      if (ie4up||ns6up) {
      if (i == 0) {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
      } else {
        document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
      }
    }
  }

  function snowIE_NS6() {  // IE and NS6 main animation function
    doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
      doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")?  iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
    for (i = 0; i < no; ++ i) {  // iterate for every dot
      yp[i] += sty[i];
      if (yp[i] > doc_height-50) {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
      }
      dx[i] += stx[i];
      document.getElementById("dot"+i).style.top=yp[i]+"px";
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
    }
    snowtimer=setTimeout("snowIE_NS6()", 10);
  }

   function hidesnow(){
      if (window.snowtimer) clearTimeout(snowtimer)
      for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
   }
      

if (ie4up||ns6up){
    snowIE_NS6();
      if (hidesnowtime>0)
      setTimeout("hidesnow()", hidesnowtime*1000)
      }

</script>


Post został pochwalony 0 razy

Ostatnio zmieniony przez piternet dnia Nie 16:58, 11 Gru 2005, w całości zmieniany 1 raz
Powrót do góry
Zobacz profil autora
Kasiatka
Amator postów
Amator postów



Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów

Ostrzeżeń: 3/5

PostWysłany: Nie 16:56, 11 Gru 2005    Temat postu:

Powinno, ale nie działa Sad Sad Sad

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 16:58, 11 Gru 2005    Temat postu:

Piternet zrob sam jakis scrypt a nie sie gotowcami szczycisz Wink

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 17:00, 11 Gru 2005    Temat postu:

no nie przesadzaj ,kwiatek żeby samemu robić skrypt trzeba znać jave a ja na 100 procent jej nie umiem tylko edytuje skrypty i patrze co z tego wyjdzie!

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 17:02, 11 Gru 2005    Temat postu:

no chyba ze tak Wink wkrotce cos wam pokaze (chyba jak mi wyjdzie)

PS piternet zapraszam na moje forum i zapraszam do konkursu Wink


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 17:04, 11 Gru 2005    Temat postu:

dobra zajerestrowałem(login;piternet) się ale w jaki forze jest ten konkurs?

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 17:06, 11 Gru 2005    Temat postu:

W dziale OGLOSZENIA jest konkurs Wink

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 17:09, 11 Gru 2005    Temat postu:

aha
P.s. kwiatek wiesz że mam skrypta na neona!
P.s.2skąd znasz tą strone:http://www.dynamicdrive.com/ ???


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 17:12, 11 Gru 2005    Temat postu:

zalezy na jkeigo neona podaj mi go to Ci poweim czy mam go bo ja tez mam jednego scrypta

A stronka to wiesz mam troszke w glowce to wiem Wink


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
piternet
Maniak postów
Maniak postów



Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów

Pomógł: 5 razy
Ostrzeżeń: 5/5

PostWysłany: Nie 17:18, 11 Gru 2005    Temat postu:

skrypt na neona:

Kod:
<h2>
<script language="JavaScript1.2">

/*
Neon Lights Text
By JavaScript Kit (http://javascriptkit.com)
For this script, TOS, and 100s more DHTML scripts,
Visit http://www.dynamicdrive.com
*/

var message="Tu wpisujesz tekst"
var neonbasecolor="kolor 1(po ang.)"
var neontextcolor="kolor 2(po ang.)"
var flashspeed=100  //in milliseconds

///No need to edit below this line/////

var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)

function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}

function neon(){

//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
//eval("document.all.neonlight"+m).style.color=neonbasecolor
crossref(m).style.color=neonbasecolor
}

//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor

if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",1500)
return
}
}

function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()


</script>
</h2>


Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
kwiatek
Członek mafii postowej
Członek mafii postowej



Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów

Ostrzeżeń: 5/5
Skąd: chlopak jestem :P

PostWysłany: Nie 17:22, 11 Gru 2005    Temat postu:

ja mam gorszy Wink

Post został pochwalony 0 razy
Powrót do góry
Zobacz profil autora
Wyświetl posty z ostatnich:   
Napisz nowy temat   Odpowiedz do tematu    Forum www.forum.fora.pl Strona Główna -> Pomoc i pytania Wszystkie czasy w strefie EET (Europa)
Strona 1 z 1

 
Skocz do:  
Nie możesz pisać nowych tematów
Nie możesz odpowiadać w tematach
Nie możesz zmieniać swoich postów
Nie możesz usuwać swoich postów
Nie możesz głosować w ankietach


fora.pl - załóż własne forum dyskusyjne za darmo
Powered by phpBB © 2001, 2005 phpBB Group
deoxGreen v1.2 // Theme created by Sopel stylerbb.net & programosy.pl

Regulamin