Forum Romania Inedit
Romania Inedit - Resursa ta de Fun
Lista Forumurilor Pe Tematici
Forum Romania Inedit | Reguli | Inregistrare | Login

POZE FORUM ROMANIA INEDIT

Nu sunteti logat.
Nou pe simpatie:
Jasmmyne 22 ani
Femeie
22 ani
Bucuresti
cauta Barbat
22 - 34 ani
Forum Romania Inedit / Regulament - Rules / Tema de craciun Moderat de 80Inanna, maharet
Autor
Mesaj Pagini: 1
ShockY
Membru Gold

Din: ozaur
Inregistrat: acum 17 ani
Schimbati si voi aspectul sitului in spiritul sarbatorilor

_______________________________________


pus acum 15 ani
   
Virban
MEMBRU VIP

Din: Bucureşti / Calarasi
Inregistrat: acum 16 ani
Ar fi ceva frumos!
Daca este posibil...


_______________________________________

Dar de bine de rau e bine, e ţara mea
Şi n-aş da-o pentru nimic ! Īţi jur asta !
Plină de oameni valoroşi, frumoşi, deştepţi .
Am creat avioane şi picturi pe pereti .
Am facut războaie, poeme şi muzică rapp ,
Ultima a rămas, īncă mai dăm din cap !
Nu e Franţa , e Romānia şi ştii bine ,
Că de bine de rău ... e bine !





pus acum 15 ani
   
TGR
MEMBRU VIP

Din: Mata
Inregistrat: acum 16 ani
Aici parerile sunt impartite...daca se schimba aspectul forumului se vor deschide zeci de topicuri ca nu le convine.Eu sunt pro schimbarii...sa vedem ce zice Sod

_______________________________________

Abureala de test...downloadez cu ~6mb/s

pus acum 15 ani
   
silviu7003
MEMBRU VIP

Din: ...OMERTA
Inregistrat: acum 18 ani
au mai fost tentative de a ``renova`` fatada forumului !!! si atunci au inceput discutii la Off Topic PRO si CONTRA !!!!

daca SoD decide sa faca o schimbare , asta e !!!


_______________________________________
"Timpul nu ne schimba. Doar ne dezvaluie." Max Fisher
" Pune un hotar, Stapane, nenorocirii noastre! Ajunga Sfintiei tale atata jertfa!Ajunga atata risipa, atata jaf la vulturi, din mana bietei tari si din carnea noastra!"

pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
fac eu una pina maine ...   orice sugestie e binevenita  poate mai vin si altii cu ceva css uri 

_______________________________________
Romania Live


pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
are cineva un background ?...

se vad fulgii in firefox?...



_______________________________________
Romania Live


pus acum 15 ani
   
TGR
MEMBRU VIP

Din: Mata
Inregistrat: acum 16 ani

bobesman a scris:

se vad fulgii in firefox?...



Nu


_______________________________________

Abureala de test...downloadez cu ~6mb/s

pus acum 15 ani
   
andreyutz2008
MEMBRU VIP

Din: burta mamei
Inregistrat: acum 15 ani
este un program care se vede fulgi de nea mititei pe tot ecranul dar nu mai stiu pe unde era...  

pus acum 15 ani
   
big_evil
Moderator

Din: Padure
Inregistrat: acum 17 ani
Bob incearca acest script pentru ca fungi care nu se vad patrati in Firefox

Code:

<script type="text/javascript">
/* Copyright Richard Cornford 2004. May be freely used, unaltered*
   and in full, by non-profit making secular
   organisations/bodies/individuals. May only be used
   when this copyright statement is included in distribution.

   *The condition that the code not be altered does not extend to the
   image files used with the script, and so does not include the
   contents of the array defining the images.
*/
(function(){
    var pics = [
        ["http://rsprotect.3x.ro/images/s_flake2.gif",15,14],
        ["http://rsprotect.3x.ro/images/s_flake3.gif",10,10],
        ["http://rsprotect.3x.ro/images/s_flake4.gif",11,12],
        ["http://rsprotect.3x.ro/images/s_flake5.gif",13,16]
        ];
    var global = this;
    var numberOfflakes = 15;
    var windowState,flakeObjs, flakeHTML;
    var posMod, sy, sx, clientHeight, clientWidth,topPosition;
    var globalName = 'snowField'; //used for string argument only setTimeout fall-back.
    var widths = new Array(numberOfflakes),heights = new Array(numberOfflakes);
    var runCount = 0, runFor = 100000000 //number of seconds to run befor shutting down.
    if((document.layers)&&(this.Layer)){
        flakeHTML = [
        '<layer id=\"outFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><layer id=\"midFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><layer id=\"inFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\"><img src=\"','',
        '\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><\/layer><\/layer><\/layer>'];
    }else{
        flakeHTML = [
        '<div id="outFlake','', //1
        '" style="position:absolute; z-index: 1000; width:','', //3
        'px;overflow:hidden;height:','', //5
        'px;font-size:1px;visibility:hidden;\"><div id="midFlake','', //7
        '" style="position:absolute;width:','', //9
        'px;overflow:hidden;height:','', //11
        'px;font-size:1px;visibility:hidden;\"><div id="inFlake','', //13
        '" style="position:relative;width:','', //15
        'px;overflow:hidden;height:','', //17
        'px;font-size:1px;visibility:hidden;\"><img src=\"','', //19
        '\" width=\"','', //21
        '\" height=\"','', //23
        '\"><\/div><\/div><\/div>'];
    }
    for(var c = numberOfflakes;c--;){
        var picAr = pics[((Math.random()*pics.length)|0)%pics.length];
        widths[c] = (flakeHTML[21] = (flakeHTML[3] = (flakeHTML[9] = (flakeHTML[15] =   picAr[1]))));
        heights[c] = (flakeHTML[23] = (flakeHTML[5] = (flakeHTML[11] = (flakeHTML[17] =   picAr[2]))));
        flakeHTML[19] = picAr[0];
        flakeHTML[13] = flakeHTML[7] = (flakeHTML[1] = c);
        document.write(flakeHTML.join(''));
    }
    function compatModeTest(obj){
        if((document.compatMode)&&(document.compatMode.indexOf('CSS') != -1)&&(document.documentElement)){
            return document.documentElement;
        }else if(document.body){
            return document.body;
        }else{
            return obj;
        }
    }
    function getWindowState(){
        var global = this;
        var readScroll = {scrollLeft:NaN,scrollTop:NaN};
        var readSizeC = {clientWidth:NaN,clientHeight:NaN};
        var readSizeI = {innerWidth:NaN,innerHeight:NaN};
        var readScrollX = 'scrollLeft';
        var readScrollY = 'scrollTop';
        function getWidthI(){return readSizeI.innerWidth;}
        function getWidthC(){return readSizeC.clientWidth|0;}
        function getHeightI(){return readSizeI.innerHeight;}
        function getHeightC(){return readSizeC.clientHeight|0;}
        function getHeightSmart(){return retSmaller(getHeightI(), getHeightC());}
        function getWidthSmart(){return retSmaller(getWidthI(), getWidthC());}
        function setInnerWH(){
            theOne.getWidth = getWidthI;
            theOne.getHeight = getHeightI;
        }
        function retSmaller(inr, other){
            if(other > inr){
                setInnerWH();
                return inr;
            }else{
                return other;
            }
        }
        var theOne = {
            getScrollX:function(){return readScroll[readScrollX]|0;},
            getScrollY:function(){return readScroll[readScrollY]|0;},
            getWidth:getWidthC,
            getHeight:getHeightC
        };
        function main(){return theOne;}
        function rankObj(testObj){
            var dv,dhN;
            if(testObj&&(typeof testObj.clientWidth == 'number')&&(typeof testObj.clientHeight == 'number')){
                if(((dv = global.innerHeight - testObj.clientHeight) >= 0)&&((dh = global.innerWidth - testObj.clientWidth) >= 0)){
                    if(dh == dv){
                        return 0;
                    }else if((dh&&!dv)||(dv&&!dh)){
                        return (dh+dv);
                    }
                }
            }
            return NaN;
        }
        if((typeof global.innerHeight == 'number')&&(typeof global.innerWidth == 'number')){
            readSizeI = global;
            var bodyRank = rankObj(document.body);
            var rankDocEl = rankObj(document.documentElement);
            var selEl = null;
            if(!isNaN(bodyRank)){
                if(!isNaN(rankDocEl)){
                    if(bodyRank < rankDocEl){
                        selEl = document.body;
                    }else if(bodyRank > rankDocEl){
                        selEl = document.documentElement;
                    }else{
                        selEl = compatModeTest(document.body);
                    }
                }else{
                    selEl = document.body;
                }
            }else if(!isNaN(rankDocEl)){
                selEl = document.documentElement;
            }
            if(selEl){
                readSizeC = selEl
                theOne.getWidth = getWidthSmart;
                theOne.getHeight = getHeightSmart;
            }else{
                setInnerWH();
            }
        }else{
            readSizeC = compatModeTest(readSizeC);
        }
        if((typeof global.pageYOffset == 'number')&&(typeof global.pageXOffset == 'number')){
            readScroll = global;
            readScrollY = 'pageYOffset';
            readScrollX = 'pageXOffset';
        }else{
            readScroll = compatModeTest(readScroll);
        }
        return (getWindowState = main)();
    }
    function readWindow(){
        clientHeight = windowState.getHeight() - 2;
        clientWidth = windowState.getWidth() - 2;
        sy = windowState.getScrollY() + 1;
        sx = windowState.getScrollX() + 1;
    }
    function getStyleObj(id, outer){
        var obj = null;
        if(document.getElementById){
            obj = document.getElementById(id);
        }else if(document.all){
            obj = document.all[id];
        }else if(document.layers){
            obj = document.layers[id];
            if((!obj)&&(outer)&&
              (outer.document)&&
              (outer.document.layers)){
                obj = outer.document.layers[id];
            }
        }
        return (obj && obj.style) || obj;
    }
    var cosAr = [];
    var angleStep = Math.PI/90;
    for(var c = 0;c <= 180;c++){
        cosAr[c] = Math.cos(c*angleStep)
    }
    function FlakeObj(id, parent){
        var next;
        var outerDivClip, outerDiv = getStyleObj("outFlake"+id);
        var midDivClip, midDiv = getStyleObj("midFlake"+id, outerDiv);
        var innerDivClip, innerDiv = getStyleObj("inFlake"+id, midDiv);
        var y = 0,x = 0,cx,cy,s1,s2;
        var w = widths[id],h = heights[id],returnObj = this;
        topPosition = clientHeight;
        function setPos(){
            var temp, ouTop = 0,ouLeft = 0,ouW = 0,ouH = 0,inTop = 0,inLeft = 0;
            var xPlusW = x + w;
            var yPlusH = y + h;
            if((xPlusW >= 0)&&(yPlusH >= 0)&&(x < clientWidth)&&(y < clientHeight)){
                if(y >= 0){
                    ouTop = (y < clientHeight)?y:0;
                    ouH = ((yPlusH) >= clientHeight)?(clientHeight - y):h;
                }else{
                    inTop = y;
                    ouH = yPlusH;
                }
                if(x >= 0){
                    ouLeft = (x < clientWidth)?x:0;
                    ouW = ((xPlusW) >= clientWidth)?(clientWidth - x):w;
                }else{
                    inLeft = x;
                    ouW = xPlusW;
                }
                outerDiv.visibility = 'visible';
            }else{
                outerDiv.visibility = 'hidden';
            }
            outerDivClip.width = (outerDiv.pixelWidth = ouW)+posMod;

            //innerDiv.left = inLeft+posMod;
            midDiv.left = inLeft+posMod;

            outerDivClip.height = (outerDiv.pixelHeight = ouH)+posMod;

            //innerDiv.top = inTop+posMod;
            midDiv.top = inTop+posMod;

            midDivClip.width =  (midDiv.pixelWidth = ((-1*inLeft) + (temp = (ouW-inLeft))))+posMod;

            innerDivClip.width =  (innerDiv.pixelWidth = temp)+posMod;

            outerDiv.left = (sx+ouLeft)+posMod;

            midDivClip.height =  (midDiv.pixelHeight = ((-1*inTop) + (temp = (ouH-inTop))))+posMod;

            innerDivClip.height =  (innerDiv.pixelHeight = temp)+posMod;

            outerDiv.top = (sy+ouTop)+posMod;
        }
        if((outerDiv)&&(innerDiv)){
            (this.reset = function(){
                if(runCount > runFor)returnObj = next;
                y = -(((Math.random()*topPosition)+h)|0);
                x = w+((Math.random()*(clientWidth-(w<<1)))|0);
                cx = Math.random()*3;
                cy = (7 - cx)|0; //rate of fall
                cx = (cx + 3)|0; //sideways drift
                s1 = (Math.random()*180)|0;
                s2 = 1+((Math.random()*4)|0);
                return;
            })();
            outerDivClip =  (outerDiv && (typeof outerDiv.clip != 'string') && outerDiv.clip)||outerDiv;
            midDivClip =  (midDiv && (typeof midDiv.clip != 'string') && midDiv.clip)||midDiv;
            innerDivClip =  (innerDiv && (typeof innerDiv.clip != 'string') && innerDiv.clip)||innerDiv;
            this.position = function(){
                y += cy;
                x += (cx * cosAr[(s1 = ((s1 + s2)%180))])|0;
                if(y >= clientHeight){
                    this.reset();
                }
                setPos();
                next = next.position();
                return returnObj;
            };
            setPos();
            innerDiv.visibility = (outerDiv.visibility = 'visible');
        }else{
            this.position = function(){return;};
        }
        this.toString = function(){
            return 'cd '+id+' x = '+x+' y = '+y+' cx = '+cx+' s2 = '+s2+' s1 = '+s1+'\n'+next.toString();
        }
        if(++id < numberOfflakes){
            next = new FlakeObj(id, parent)
        }else{
            topPosition = (clientHeight>>3);
            next = parent
        }
    }
    function init(){
        var stRef;
        if(!(stRef = getStyleObj("outFlake"+(numberOfflakes-1)))){
            setTimeout(init, 200);
        }else{
            windowState = getWindowState();
            posMod = (typeof stRef.top == 'string')?'px':0;
            readWindow();
            flakeObjs = new FlakeObj(0, init);
            runFor *= 1000;
            init.act();
        }
    };
    init.position = function(){return this;}
    init.act = function(){
        readWindow();
        flakeObjs = flakeObjs.position();
        if(flakeObjs != init)setTimeout(init.act,60);
        runCount += 60;
    };
    init.act.toString = function(){return globalName+'.act()';};
    init.toString = function(){
        while((global[globalName])&&(global[globalName] != this)){globalName += globalName};
        global[globalName] = this; //this - is the init function.
        return globalName+'()';
    };
    setTimeout(init, 200);
})();
</script>



pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
big ... l am pus ... in IE s patrati si n firefox nimic (firefox il foloseste si fatuca mea si nu garantez pentru el d aia va ntreb )

LE - ce cauta rsprotect in script?... e ceva mai vechi de pe forum?...

Modificat de bobesman (acum 15 ani)


_______________________________________
Romania Live


pus acum 15 ani
   
big_evil
Moderator

Din: Padure
Inregistrat: acum 17 ani
Da..era mai vechi de pe forum
L-am reparat si testat. Merge perfect in Firefox

Code:

<script type="text/javascript">
/* Copyright Richard Cornford 2004. May be freely used, unaltered*
   and in full, by non-profit making secular
   organisations/bodies/individuals. May only be used
   when this copyright statement is included in distribution.

   *The condition that the code not be altered does not extend to the
   image files used with the script, and so does not include the
   contents of the array defining the images.
*/
(function(){
    var pics = [
        ["http://www.dynamicdrive.com/dynamicindex3/snow3.gif",18,19],
        ["http://www.dynamicdrive.com/dynamicindex3/snow3.gif",15,16],
        ["http://www.dynamicdrive.com/dynamicindex3/snow3.gif",22,24],
        ["http://www.dynamicdrive.com/dynamicindex3/snow3.gif",17,20]
        ];
    var global = this;
    var numberOfflakes = 15;
    var windowState,flakeObjs, flakeHTML;
    var posMod, sy, sx, clientHeight, clientWidth,topPosition;
    var globalName = 'snowField'; //used for string argument only setTimeout fall-back.
    var widths = new Array(numberOfflakes),heights = new Array(numberOfflakes);
    var runCount = 0, runFor = 100000000 //number of seconds to run befor shutting down.
    if((document.layers)&&(this.Layer)){
        flakeHTML = [
        '<layer id=\"outFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><layer id=\"midFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><layer id=\"inFlake','',
        '\" left=\"0\" top=\"0\" width=\"','',
        '\" height=\"','',
        '\"><img src=\"','',
        '\" width=\"','',
        '\" height=\"','',
        '\" visibility=\"hide\"><\/layer><\/layer><\/layer>'];
    }else{
        flakeHTML = [
        '<div id="outFlake','', //1
        '" style="position:absolute; z-index: 1000; width:','', //3
        'px;overflow:hidden;height:','', //5
        'px;font-size:1px;visibility:hidden;\"><div id="midFlake','', //7
        '" style="position:absolute;width:','', //9
        'px;overflow:hidden;height:','', //11
        'px;font-size:1px;visibility:hidden;\"><div id="inFlake','', //13
        '" style="position:relative;width:','', //15
        'px;overflow:hidden;height:','', //17
        'px;font-size:1px;visibility:hidden;\"><img src=\"','', //19
        '\" width=\"','', //21
        '\" height=\"','', //23
        '\"><\/div><\/div><\/div>'];
    }
    for(var c = numberOfflakes;c--;){
        var picAr = pics[((Math.random()*pics.length)|0)%pics.length];
        widths[c] = (flakeHTML[21] = (flakeHTML[3] = (flakeHTML[9] = (flakeHTML[15] =   picAr[1]))));
        heights[c] = (flakeHTML[23] = (flakeHTML[5] = (flakeHTML[11] = (flakeHTML[17] =   picAr[2]))));
        flakeHTML[19] = picAr[0];
        flakeHTML[13] = flakeHTML[7] = (flakeHTML[1] = c);
        document.write(flakeHTML.join(''));
    }
    function compatModeTest(obj){
        if((document.compatMode)&&(document.compatMode.indexOf('CSS') != -1)&&(document.documentElement)){
            return document.documentElement;
        }else if(document.body){
            return document.body;
        }else{
            return obj;
        }
    }
    function getWindowState(){
        var global = this;
        var readScroll = {scrollLeft:NaN,scrollTop:NaN};
        var readSizeC = {clientWidth:NaN,clientHeight:NaN};
        var readSizeI = {innerWidth:NaN,innerHeight:NaN};
        var readScrollX = 'scrollLeft';
        var readScrollY = 'scrollTop';
        function getWidthI(){return readSizeI.innerWidth;}
        function getWidthC(){return readSizeC.clientWidth|0;}
        function getHeightI(){return readSizeI.innerHeight;}
        function getHeightC(){return readSizeC.clientHeight|0;}
        function getHeightSmart(){return retSmaller(getHeightI(), getHeightC());}
        function getWidthSmart(){return retSmaller(getWidthI(), getWidthC());}
        function setInnerWH(){
            theOne.getWidth = getWidthI;
            theOne.getHeight = getHeightI;
        }
        function retSmaller(inr, other){
            if(other > inr){
                setInnerWH();
                return inr;
            }else{
                return other;
            }
        }
        var theOne = {
            getScrollX:function(){return readScroll[readScrollX]|0;},
            getScrollY:function(){return readScroll[readScrollY]|0;},
            getWidth:getWidthC,
            getHeight:getHeightC
        };
        function main(){return theOne;}
        function rankObj(testObj){
            var dv,dhN;
            if(testObj&&(typeof testObj.clientWidth == 'number')&&(typeof testObj.clientHeight == 'number')){
                if(((dv = global.innerHeight - testObj.clientHeight) >= 0)&&((dh = global.innerWidth - testObj.clientWidth) >= 0)){
                    if(dh == dv){
                        return 0;
                    }else if((dh&&!dv)||(dv&&!dh)){
                        return (dh+dv);
                    }
                }
            }
            return NaN;
        }
        if((typeof global.innerHeight == 'number')&&(typeof global.innerWidth == 'number')){
            readSizeI = global;
            var bodyRank = rankObj(document.body);
            var rankDocEl = rankObj(document.documentElement);
            var selEl = null;
            if(!isNaN(bodyRank)){
                if(!isNaN(rankDocEl)){
                    if(bodyRank < rankDocEl){
                        selEl = document.body;
                    }else if(bodyRank > rankDocEl){
                        selEl = document.documentElement;
                    }else{
                        selEl = compatModeTest(document.body);
                    }
                }else{
                    selEl = document.body;
                }
            }else if(!isNaN(rankDocEl)){
                selEl = document.documentElement;
            }
            if(selEl){
                readSizeC = selEl
                theOne.getWidth = getWidthSmart;
                theOne.getHeight = getHeightSmart;
            }else{
                setInnerWH();
            }
        }else{
            readSizeC = compatModeTest(readSizeC);
        }
        if((typeof global.pageYOffset == 'number')&&(typeof global.pageXOffset == 'number')){
            readScroll = global;
            readScrollY = 'pageYOffset';
            readScrollX = 'pageXOffset';
        }else{
            readScroll = compatModeTest(readScroll);
        }
        return (getWindowState = main)();
    }
    function readWindow(){
        clientHeight = windowState.getHeight() - 2;
        clientWidth = windowState.getWidth() - 2;
        sy = windowState.getScrollY() + 1;
        sx = windowState.getScrollX() + 1;
    }
    function getStyleObj(id, outer){
        var obj = null;
        if(document.getElementById){
            obj = document.getElementById(id);
        }else if(document.all){
            obj = document.all[id];
        }else if(document.layers){
            obj = document.layers[id];
            if((!obj)&&(outer)&&
              (outer.document)&&
              (outer.document.layers)){
                obj = outer.document.layers[id];
            }
        }
        return (obj && obj.style) || obj;
    }
    var cosAr = [];
    var angleStep = Math.PI/90;
    for(var c = 0;c <= 180;c++){
        cosAr[c] = Math.cos(c*angleStep)
    }
    function FlakeObj(id, parent){
        var next;
        var outerDivClip, outerDiv = getStyleObj("outFlake"+id);
        var midDivClip, midDiv = getStyleObj("midFlake"+id, outerDiv);
        var innerDivClip, innerDiv = getStyleObj("inFlake"+id, midDiv);
        var y = 0,x = 0,cx,cy,s1,s2;
        var w = widths[id],h = heights[id],returnObj = this;
        topPosition = clientHeight;
        function setPos(){
            var temp, ouTop = 0,ouLeft = 0,ouW = 0,ouH = 0,inTop = 0,inLeft = 0;
            var xPlusW = x + w;
            var yPlusH = y + h;
            if((xPlusW >= 0)&&(yPlusH >= 0)&&(x < clientWidth)&&(y < clientHeight)){
                if(y >= 0){
                    ouTop = (y < clientHeight)?y:0;
                    ouH = ((yPlusH) >= clientHeight)?(clientHeight - y):h;
                }else{
                    inTop = y;
                    ouH = yPlusH;
                }
                if(x >= 0){
                    ouLeft = (x < clientWidth)?x:0;
                    ouW = ((xPlusW) >= clientWidth)?(clientWidth - x):w;
                }else{
                    inLeft = x;
                    ouW = xPlusW;
                }
                outerDiv.visibility = 'visible';
            }else{
                outerDiv.visibility = 'hidden';
            }
            outerDivClip.width = (outerDiv.pixelWidth = ouW)+posMod;

            //innerDiv.left = inLeft+posMod;
            midDiv.left = inLeft+posMod;

            outerDivClip.height = (outerDiv.pixelHeight = ouH)+posMod;

            //innerDiv.top = inTop+posMod;
            midDiv.top = inTop+posMod;

            midDivClip.width =  (midDiv.pixelWidth = ((-1*inLeft) + (temp = (ouW-inLeft))))+posMod;

            innerDivClip.width =  (innerDiv.pixelWidth = temp)+posMod;

            outerDiv.left = (sx+ouLeft)+posMod;

            midDivClip.height =  (midDiv.pixelHeight = ((-1*inTop) + (temp = (ouH-inTop))))+posMod;

            innerDivClip.height =  (innerDiv.pixelHeight = temp)+posMod;

            outerDiv.top = (sy+ouTop)+posMod;
        }
        if((outerDiv)&&(innerDiv)){
            (this.reset = function(){
                if(runCount > runFor)returnObj = next;
                y = -(((Math.random()*topPosition)+h)|0);
                x = w+((Math.random()*(clientWidth-(w<<1)))|0);
                cx = Math.random()*3;
                cy = (7 - cx)|0; //rate of fall
                cx = (cx + 3)|0; //sideways drift
                s1 = (Math.random()*180)|0;
                s2 = 1+((Math.random()*4)|0);
                return;
            })();
            outerDivClip =  (outerDiv && (typeof outerDiv.clip != 'string') && outerDiv.clip)||outerDiv;
            midDivClip =  (midDiv && (typeof midDiv.clip != 'string') && midDiv.clip)||midDiv;
            innerDivClip =  (innerDiv && (typeof innerDiv.clip != 'string') && innerDiv.clip)||innerDiv;
            this.position = function(){
                y += cy;
                x += (cx * cosAr[(s1 = ((s1 + s2)%180))])|0;
                if(y >= clientHeight){
                    this.reset();
                }
                setPos();
                next = next.position();
                return returnObj;
            };
            setPos();
            innerDiv.visibility = (outerDiv.visibility = 'visible');
        }else{
            this.position = function(){return;};
        }
        this.toString = function(){
            return 'cd '+id+' x = '+x+' y = '+y+' cx = '+cx+' s2 = '+s2+' s1 = '+s1+'\n'+next.toString();
        }
        if(++id < numberOfflakes){
            next = new FlakeObj(id, parent)
        }else{
            topPosition = (clientHeight>>3);
            next = parent
        }
    }
    function init(){
        var stRef;
        if(!(stRef = getStyleObj("outFlake"+(numberOfflakes-1)))){
            setTimeout(init, 200);
        }else{
            windowState = getWindowState();
            posMod = (typeof stRef.top == 'string')?'px':0;
            readWindow();
            flakeObjs = new FlakeObj(0, init);
            runFor *= 1000;
            init.act();
        }
    };
    init.position = function(){return this;}
    init.act = function(){
        readWindow();
        flakeObjs = flakeObjs.position();
        if(flakeObjs != init)setTimeout(init.act,60);
        runCount += 60;
    };
    init.act.toString = function(){return globalName+'.act()';};
    init.toString = function(){
        while((global[globalName])&&(global[globalName] != this)){globalName += globalName};
        global[globalName] = this; //this - is the init function.
        return globalName+'()';
    };
    setTimeout(init, 200);
})();
</script>



pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
   

_______________________________________
Romania Live


pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
da s patrati in IE 

_______________________________________
Romania Live


pus acum 15 ani
   
big_evil
Moderator

Din: Padure
Inregistrat: acum 17 ani
Atunci le punem pe amandoua 

pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
       

       


_______________________________________
Romania Live


pus acum 15 ani
   
dortom
Moderator

Inregistrat: acum 17 ani
Incercati si scriptul asta:

Code:

<script> 
// seteaza numarul de fulgi (nu se recomanda mai mult de 30-40) 
var snowmax=23 

// seteaza culorile fulgilor.Puteti adauga cate culori vreti 
var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD") 

// seteaza fonturile pentru fulgi. Si aici puteti adauga si alte fonturi daca vreti 
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS") 

// seteaza caracterul pentru fulgi (recomandat: *) 
var snowletter="*" 

// seteaza viteza de cadere a fulgilor (valori recomandate: intre 0.3 to 2) 
var sinkspeed=0.12 

// seteaza dimensiunea maxima a fulgilor 
var snowmaxsize=50 

// seteaza dimensiunea minima a fulgilor 
var snowminsize=20 

// seteaza zona de cadere a fulgilor 
// 1 pentru cadere peste tot, 2 pentru stanga a ecranului 
// 3 pentru centru, 4 pentru dreapta ecranului 
var snowingzone=1 

/////////////////////////////////////////////////////////////////////////// 
// AICI SE TERMINA PARTEA DE CONFIGURARE 
/////////////////////////////////////////////////////////////////////////// 


// NU EDITATI ACESTE VALORI DE MAI JOS 
var snow=new Array() 
var marginbottom 
var marginright 
var timer 
var i_snow=0 
var x_mv=new Array(); 
var crds=new Array(); 
var lftrght=new Array(); 
var browserinfos=navigator.userAgent 
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) 
var ns6=document.getElementById&&!document.all 
var opera=browserinfos.match(/Opera/) 
var browserok=ie5||ns6||opera 

function randommaker(range) { 
rand=Math.floor(range*Math.random()) 
return rand 
} 

function initsnow() { 
if (ie5 || opera) { 
marginbottom = document.body.clientHeight 
marginright = document.body.clientWidth 
} 
else if (ns6) { 
marginbottom = window.innerHeight 
marginright = window.innerWidth 
} 
var snowsizerange=snowmaxsize-snowminsize 
for (i=0;i<=snowmax;i++) { 
crds[i] = 0; 
lftrght[i] = Math.random()*15; 
x_mv[i] = 0.03 + Math.random()/10; 
snow[i]=document.getElementById("s"+i) 
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] 
snow[i].size=randommaker(snowsizerange)+snowminsize 
snow[i].style.fontSize=snow[i].size 
snow[i].style.color=snowcolor[randommaker(snowcolor.length)] 
snow[i].sink=sinkspeed*snow[i].size/5 
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} 
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} 
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} 
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} 
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) 
snow[i].style.left=snow[i].posx 
snow[i].style.top=snow[i].posy 
} 
movesnow() 
} 

function movesnow() { 
for (i=0;i<=snowmax;i++) { 
crds[i] += x_mv[i]; 
snow[i].posy+=snow[i].sink 
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); 
snow[i].style.top=snow[i].posy 

if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ 
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} 
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} 
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} 
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} 
snow[i].posy=0 
} 
} 
var timer=setTimeout("movesnow()",50) 
} 

for (i=0;i<=snowmax;i++) { 
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>") 
} 
if (browserok) { 
window.onload=initsnow 
} 
</script>

Este terstat si pe IE 7 si pe Firefox 3

Modificat de dortom (acum 15 ani)


_______________________________________




CANALE TV ONLINE | COLINDE ROMANESTI | POPULARA & PETRECERE FLAC

"Nu exista idoli,lasati muzica sa vorbeasca!"



pus acum 15 ani
   
bobesman
Moderator

Inregistrat: acum 18 ani
mie nu mi merge pe FF ... 

_______________________________________
Romania Live


pus acum 15 ani
   
dortom
Moderator

Inregistrat: acum 17 ani

bobesman a scris:

mie nu mi merge pe FF ... 


Codul e functional si e pus de mine pe un site.Nu stiu daca merge pe forumurile de la 3xMedia 


_______________________________________




CANALE TV ONLINE | COLINDE ROMANESTI | POPULARA & PETRECERE FLAC

"Nu exista idoli,lasati muzica sa vorbeasca!"



pus acum 15 ani
   
Deagle
MEMBRU VIP

Inregistrat: acum 16 ani
Va rog schimbati tema asta. Mie nu-mi place. E prea aiurea. Nu stiu cum sa ma exprim... Nu prea deosebesti titlurile topicurilor..... 

Scuze,acuma am vazut la Off - Topic un topic special...sorry!

Modificat de Deagle (acum 15 ani)


_______________________________________


pus acum 15 ani
   
dj_eclipse
MEMBRU DE BAZA

Inregistrat: acum 15 ani
as dori si eu doar codul de zapada sa inteleg ca vine pus intr-un notepad, apoi i se modifica extensia in .css si se uploadeaza la Admin la Infatisarea forumului?

_______________________________________


pus acum 15 ani
   
dortom
Moderator

Inregistrat: acum 17 ani

dj_eclipse a scris:

as dori si eu doar codul de zapada sa inteleg ca vine pus intr-un notepad, apoi i se modifica extensia in .css si se uploadeaza la Admin la Infatisarea forumului?


Intri la Admin,Optiuni,in ultima casuta de jos la HTML si pui codul ala postat de mine.Tot acolo pana il salvezi poti sa faci setarile pe cale le vrei


_______________________________________




CANALE TV ONLINE | COLINDE ROMANESTI | POPULARA & PETRECERE FLAC

"Nu exista idoli,lasati muzica sa vorbeasca!"



pus acum 15 ani
   
dj_eclipse
MEMBRU DE BAZA

Inregistrat: acum 15 ani
ms fulgii sunt superbi..mai faini decat aici..dar pacat ca nu merg si pe firefox

_______________________________________


pus acum 15 ani
   
Pagini: 1  

Mergi la