Yetkinwebmaster | Web Design, Kodlar, Makaleler
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Büyüyüp Küçülen Yazı

Aşağa gitmek

Büyüyüp Küçülen Yazı Empty Büyüyüp Küçülen Yazı

Mesaj tarafından admin C.tesi Nis. 04, 2009 2:10 pm

Kod:
      <script language="Javascript1.2">
            <!--
            // please keep these lines on when you copy the source
            // made by: Nicolas - http:/www.erenet.net
            var tags_before_clock = "<center>";
            var tags_after_clock  = "</center>";
            var speed = 100;
            var speed2 = 2000;
            var biggest_text = 28;
            var x = 0;
            var y = 0;
            var themessage, size;
            var esize = "</font>";
            function initArray() {
            this.length = initArray.arguments.length;
            for (var i = 0; i < this.length; i++) {
            this[i] = initArray.arguments[i];
            }
            }
            var themessage2 = new initArray(
            "This is the Growing Banner.",
            "It looks a lot cooler than other banners.",
            "This is really easy to conform to your page.",
            "Just don't make it too long or else..."
            );
            if(navigator.appName == "Netscape") {
            document.write('<layer id="wds"></layer><br>');
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            document.write('<span id="wds"></span><br>');
            }
            function upwords(){
            themessage = themessage2[y];
            if (x < biggest_text) {
            x++;
            setTimeout("upwords()",speed);
            }
            else {
            setTimeout("downwords()",speed2);
            }
            if(navigator.appName == "Netscape") {
            size = "<font point-size='"+x+"pt'>";
            document.wds.document.write(size+tags_before_clock+themessage
            +tags_after_clock+esize);
            document.wds.document.close();
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            wds.innerHTML = tags_before_clock+themessage+tags_after_clock;
            wds.style.fontSize=x+'px'
            }
            }
            function downwords(){
            if (x > 1) {
            x--;
            setTimeout("downwords()",speed);
            }
            else {
            setTimeout("upwords()",speed2);
            y++;
            if (y > themessage2.length - 1) y = 0;
            }
            if(navigator.appName == "Netscape") {
            size = "<font point-size='"+x+"pt'>";
            document.wds.document.write(size+tags_before_clock+themessage
            +tags_after_clock+esize);
            document.wds.document.close();
            }
            if (navigator.appVersion.indexOf("MSIE") != -1){
            wds.innerHTML = tags_before_clock+themessage+tags_after_clock;
            wds.style.fontSize=x+'px'
            }
            }
            setTimeout("upwords()",speed);
            //-->
            </script>
           
admin
admin
Forummoderatör

Forummoderatör

Uyarı Yok
Cinsiyet : Erkek
Mesaj Sayısı : 467
Puan : 1475
Başarı Puanı : 1

https://yetkinwebmaster1.yetkin-forum.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz