Zobacz poprzedni temat :: Zobacz następny temat |
Autor |
Wiadomość |
Maciek09
Taki se gostek
Dołączył: 10 Gru 2005
Posty: 3
Przeczytał: 0 tematów
Ostrzeżeń: 0/5
|
Wysłany: Nie 0:12, 11 Gru 2005 Temat postu: Czy ma kTos Ozdoby Swiateczne ?? |
|
|
Czy macie jakies skrypty na ozdoby ?? np jakies Babki,łancuchy,choinki światelka itp ?? z góry thx za pomoc
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
|
|
Kamkos
Amator postów
Dołączył: 07 Gru 2005
Posty: 44
Przeczytał: 0 tematów
Ostrzeżeń: 1/5
|
Wysłany: Nie 8:14, 11 Gru 2005 Temat postu: |
|
|
przydalo by mi sie
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
Spec
Maniak postów
Dołączył: 03 Gru 2005
Posty: 147
Przeczytał: 0 tematów
Ostrzeżeń: 2/5 Skąd: Kielce
|
Wysłany: Nie 11:06, 11 Gru 2005 Temat postu: |
|
|
Ale wszystkie skrypty i bajery zwalniaja tylko strone głowna forum.
Śnieg nie wystarcza?
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
Kasiatka
Amator postów
Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów
Ostrzeżeń: 3/5
|
Wysłany: Nie 11:07, 11 Gru 2005 Temat postu: |
|
|
Ja bym chciała gwiazdki zamiast śniegu, ponieważ u mnie śniegu nie widać
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
piternet
Maniak postów
Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów
Pomógł: 5 razy Ostrzeżeń: 5/5
|
Wysłany: Nie 11:10, 11 Gru 2005 Temat postu: |
|
|
kasiatka o tu masz skrypt na gwiazdki:
Kod: | <style type="text/css">
#sDiv0, #sDiv1, #sDiv2, #sDiv3, #sDiv4, #sDiv5, #sDiv6, #sDiv7, #sDiv8, #sDiv9
{
position:absolute; height:1; width:1; font-family:arial black; font-size:9px; color:#FFFFAA; z-index:10;
}
</style>
<SCRIPT LANGUAGE="JavaScript1.2">
<!--
/*
Document firework script (By Matt Gabbert, [link widoczny dla zalogowanych], http://www.nolag.com)
Featured on Dynamicdrive.com
For full source and 100's more DHTML scripts, visit http://www.dynamicdrive.com
*/
var ns=(document.layers);
var ie=(document.all);
var w3=(document.getElementById && self.innerWidth && (window.pageXOffset>-1));
//my way of making sure the browser will have what I need
var allDivs = new Array(10);
var documentWidth,documentHeight;
function initAll(){
if(!ns && !ie && !w3) return;
for(dNum=0; dNum<10; ++dNum){
if(ie) allDivs[dNum]=eval('document.all.sDiv'+dNum+'.style');
else if(ns) allDivs[dNum]=eval('document.layers["sDiv'+dNum+'"]');
else if(w3) allDivs[dNum]=eval('document.getElementById("sDiv'+dNum+'").style');
moveTo(dNum,0,0);
}
}
function moveTo(i,tempx,tempy){
if (ie){
documentWidth =document.body.offsetWidth+document.body.scrollLeft-20;
randomy=Math.floor(Math.random()*document.body.offsetHeight)+document.body.scrollTop-20;
}
else if (ns){
documentWidth=window.innerWidth+window.pageXOffset-20;
randomy=Math.floor(Math.random()*window.innerHeight)+window.pageYOffset-20;
}
else if (w3){
documentWidth=self.innerWidth+window.pageXOffset-20;
randomy=Math.floor(Math.random()*self.innerHeight)+window.pageYOffset-20;
}
if(tempx>-50){
tempx-=45;
allDivs[i].left=tempx;
allDivs[i].top =tempy;
setTimeout("moveTo("+i+","+tempx+","+tempy+")",40)
}
else
setTimeout("moveTo("+i+",documentWidth-10,randomy)",2000/i+40);
}
window.onload=initAll
//End-->
</script>
|
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
Kasiatka
Amator postów
Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów
Ostrzeżeń: 3/5
|
Wysłany: Nie 11:15, 11 Gru 2005 Temat postu: |
|
|
Te gwiazdki mi nie działają
Gdzie trzeba je wkleić?????
Bo ja wkleiłam w opis tematu, tak gdzie wklejałam śnieg, wyciełam śnieg i wkleiłam skrypt na gwizdki i mi nie działa!!
Sam zobacz, że nie działa:
www.koszatka.fora.pl
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
*Warrior*
Taki se gostek
Dołączył: 06 Gru 2005
Posty: 18
Przeczytał: 0 tematów
Ostrzeżeń: 5/5
|
Wysłany: Nie 12:44, 11 Gru 2005 Temat postu: |
|
|
Kod: | <script type="text/javascript">
//Snow - http://www.btinternet.com/~kurt.grigg/javascript
if ((document.getElementById) &&
window.addEventListener || window.attachEvent){
(function(){
//Configure here.
var num = 30; //Number of flakes
var timer = 30; //setTimeout speed. Varies on different comps
var enableinNS6 = 1 //Enable script in NS6/Mozilla? Snow animation could be slow in those browsers. (1=yes, 0=no).
//End.
var y = [];
var x = [];
var fall = [];
var theFlakes = [];
var sfs = [];
var step = [];
var currStep = [];
var h,w,r;
var d = document;
var pix = "px";
var domWw = (typeof window.innerWidth == "number");
var domSy = (typeof window.pageYOffset == "number");
var idx = d.getElementsByTagName('div').length;
if (d.documentElement.style &&
typeof d.documentElement.style.MozOpacity == "string")
num = 12;
for (i = 0; i < num; i++){
sfs[i] = Math.round(1 + Math.random() * 1);
document.write('<div id="flake'+(idx+i)+'" style="position:absolute;top:0px;left:0px;width:'
+sfs[i]+'px;height:'+sfs[i]+'px;background-color:#ffffff;font-size:'+sfs[i]+'px"><\/div>');
currStep[i] = 0;
fall[i] = (sfs[i] == 1)?
Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2);
step[i] = (sfs[i] == 1)?
0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ;
}
if (domWw) r = window;
else{
if (d.documentElement &&
typeof d.documentElement.clientWidth == "number" &&
d.documentElement.clientWidth != 0)
r = d.documentElement;
else{
if (d.body &&
typeof d.body.clientWidth == "number")
r = d.body;
}
}
function winsize(){
var oh,sy,ow,sx,rh,rw;
if (domWw){
if (d.documentElement && d.defaultView &&
typeof d.defaultView.scrollMaxY == "number"){
oh = d.documentElement.offsetHeight;
sy = d.defaultView.scrollMaxY;
ow = d.documentElement.offsetWidth;
sx = d.defaultView.scrollMaxX;
rh = oh-sy;
rw = ow-sx;
}
else{
rh = r.innerHeight;
rw = r.innerWidth;
}
h = rh - 2;
w = rw - 2;
}
else{
h = r.clientHeight - 2;
w = r.clientWidth - 2;
}
}
function scrl(yx){
var y,x;
if (domSy){
y = r.pageYOffset;
x = r.pageXOffset;
}
else{
y = r.scrollTop;
x = r.scrollLeft;
}
return (yx == 0)?y:x;
}
function snow(){
var dy,dx;
for (i = 0; i < num; i++){
dy = fall[i];
dx = fall[i] * Math.cos(currStep[i]);
y[i]+=dy;
x[i]+=dx;
if (x[i] >= w || y[i] >= h){
y[i] = -10;
x[i] = Math.round(Math.random() * w);
fall[i] = (sfs[i] == 1)?
Math.round(2 + Math.random() * 2): Math.round(3 + Math.random() * 2);
step[i] = (sfs[i] == 1)?
0.05 + Math.random() * 0.1 : 0.05 + Math.random() * 0.05 ;
}
theFlakes[i].top = y[i] + scrl(0) + pix;
theFlakes[i].left = x[i] + scrl(1) + pix;
currStep[i]+=step[i];
}
setTimeout(snow,timer);
}
function init(){
winsize();
for (i = 0; i < num; i++){
theFlakes[i] = document.getElementById("flake"+(idx+i)).style;
y[i] = Math.round(Math.random()*h);
x[i] = Math.round(Math.random()*w);
}
snow();
}
if (window.addEventListener){
window.addEventListener("resize",winsize,false);
window.addEventListener("load",init,false);
}
else if (window.attachEvent){
window.attachEvent("onresize",winsize);
window.attachEvent("onload",init);
}
})();
}//End.
</script> |
Łap skrypt na śnieg ale myślę że fajniejszy niż ten pospolity.
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
kwiatek
Członek mafii postowej
Dołączył: 07 Lis 2005
Posty: 272
Przeczytał: 0 tematów
Ostrzeżeń: 5/5 Skąd: chlopak jestem :P
|
Wysłany: Nie 12:44, 11 Gru 2005 Temat postu: |
|
|
[link widoczny dla zalogowanych] stad bieze scrypty PITERNET wiec tu szukajcie tych scryptow i instrukcji
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
koniarka
Taki se gostek
Dołączył: 10 Gru 2005
Posty: 19
Przeczytał: 0 tematów
Ostrzeżeń: 1/5 Skąd: łódź
|
Wysłany: Nie 13:11, 11 Gru 2005 Temat postu: |
|
|
swietna stronka:) tesh biore z niej skrypty
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
Kasiatka
Amator postów
Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów
Ostrzeżeń: 3/5
|
Wysłany: Nie 13:14, 11 Gru 2005 Temat postu: |
|
|
A JA NIE BARDZO RADZĘ SOBIE Z ANGIELSKIM, WIĘC TA STRONKA MI NIC NIE DAJE
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
piternet
Maniak postów
Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów
Pomógł: 5 razy Ostrzeżeń: 5/5
|
Wysłany: Nie 15:30, 11 Gru 2005 Temat postu: |
|
|
wiesz co masz tu inne gwiazdki
[code]/****************************************** * 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/820s.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 |
|
|
Kasiatka
Amator postów
Dołączył: 10 Gru 2005
Posty: 66
Przeczytał: 0 tematów
Ostrzeżeń: 3/5
|
Wysłany: Nie 15:35, 11 Gru 2005 Temat postu: |
|
|
Albo ja jestem głupia i coś źle robie, albo to gwaizdki, sa do dupy!!!!!
Post został pochwalony 0 razy
|
|
Powrót do góry |
|
|
piternet
Maniak postów
Dołączył: 03 Lis 2005
Posty: 197
Przeczytał: 0 tematów
Pomógł: 5 razy Ostrzeżeń: 5/5
|
Wysłany: Nie 15:55, 11 Gru 2005 Temat postu: |
|
|
poczekaj jeszcze to edytuje sprubuj to:
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
|
|
Powrót do góry |
|
|