forumVatan

YATAY PERDE AÇILIŞI B-261910-üye_ol

Join the forum, it's quick and easy

forumVatan

YATAY PERDE AÇILIŞI B-261910-üye_ol

forumVatan

Would you like to react to this message? Create an account in a few clicks or log in to continue.

.......forumVatanHoşgeldiniz :
En son ziyaretiniz : Perş. Ocak 01, 1970
Mesaj Sayınız : 0


    YATAY PERDE AÇILIŞI

    VaLKyRie
    VaLKyRie
    Admin
    Admin


    <b>Mesaj Sayısı</b> Mesaj Sayısı : 1284
    <b>Ruh HaLi</b> Ruh HaLi : 3
    <b>Zodyak</b> Zodyak : Yengeç
    <b>Kayıt tarihi</b> Kayıt tarihi : 04/02/10
    <b>Nerden</b> Nerden : Tekirdağ
    <b>Yaş</b> Yaş : 28

    YATAY PERDE AÇILIŞI Empty YATAY PERDE AÇILIŞI

    Mesaj tarafından VaLKyRie C.tesi Şub. 13, 2010 6:17 pm

    Kod:
    <HTML>
    <HEAD>
    <TITLE>Yatay perde aç</TITLE>
    <style>
    .intro{
    position:absolute;
    left:0;
    top:0;
    layer-background-color:ORANGE;
    background-color:ORANGE;
    border:0.1px solid ORANGE;
    z-index:10;
    }
    </style>
    </HEAD>
    <BODY bgcolor=#ff008B>
    <div id="i1" class="intro"></div><div id="i2" class="intro"></div>
    <script>
    var ns4=document.layers?1:0
    var ie4=document.all?1:0
    var ns6=document.getElementById&&!document.all?1:0
    var speed=20
    var temp=new Array()
    var temp2=new Array()
    if (ns4){
    for (i=1;i<=2;i++){
    temp[i]=eval("document.i"+i+".clip")
    temp2[i]=eval("document.i"+i)
    temp[i].width=window.innerWidth
    temp[i].height=window.innerHeight/2
    temp2[i].top=(i-1)*temp[i].height
    }
    }
    else if (ie4||ns6){
    var clipbottom=ns6?parseInt(window.innerHeight)/2:document.body.offsetHeight/2
    cliptop=0
    for (i=1;i<=2;i++){
    temp[i]=ns6?document.getElementById("i"+i).style:eval("document.all.i"+i+".style")
    temp[i].width=ns6?window.innerWidth-15:document.body.clientWidth
    temp[i].height=ns6?window.innerHeight/2:document.body.offsetHeight/2
    temp[i].top=(i-1)*parseInt(temp[i].height)
    }
    }
    function openit(){
    window.scrollTo(0,0)
    if (ns4){
    temp[1].bottom-=speed
    temp[2].top+=speed
    if (temp[1].bottom<=0)
    clearInterval(stopit)
    }
    else if (ie4||ns6){
    clipbottom-=speed
    temp[1].clip="rect(0 auto "+clipbottom+" 0)"
    cliptop+=speed
    temp[2].clip="rect("+cliptop+" auto auto auto)"
    if (clipbottom<=-5){
    clearInterval(stopit)
    if (ns6){
    temp[1].display="none"
    temp[2].display="none"
    }
    }
    }
    }
    function gogo(){
    stopit=setInterval("openit()",100)
    }
    gogo()
    </script>
    </BODY>
    </HTML>

      Forum Saati Salı Mayıs 07, 2024 4:34 am