Kayan Yazı

1 2
20/11/2008, 14:27

esrefigit

istediğin örnek ektedir.
20/11/2008, 14:31

Abdullah

Sevgili "alpeki99" ve "esrefigit" arkadaşlar emeğinize sağlık teşekkür ederim.
20/11/2008, 16:14

alpeki99

Burada övgü sağolsun eşref hocamın. O örnek ile konuyu çözümlenmiş konulara taşımış oldu. Cevap yazıp teşekkür ettiğiniz içinde teşekkür ederiz.
20/11/2008, 16:15

chopper07

html ile hazırlanmış bir örnek ekliyorum

Demo

http://www.hoteldeparisantalya.com/ali_d...nyazi.html

kodları text dosyasına yapıştırıp, gerekli yerleri değiştirip uzantısını .txt'den .html olarak değiştirip kullanabilirsiniz.

Kod:
<title>AccessTr.net - Kayan YAZI</title>
                <SCRIPT language=JavaScript>
var mw=270     /* uzunluk */
var mh=100     /* geniþlik */
var sp=1         /* hýz */

var text= '<B>Access Hakkinda Hersey, </B> <A HREF="https://accesstr.net"><strong><font color="#000080" size="2">AccessTr.net</font></strong></A><BR><BR><B> Baska mesajiniz varsa </B> <U>onu da </U> buraya<BR>yazabilirsiniz...<br><br><B><font size="2" color="#000080">ACCESSTR.NET</font></B> '

if (document.all)document.write('<marquee direction="up" onMouseOver="this.stop()" onMouseOut="this.start()" scrollAmount='+sp+' *****width:'+mw+';height:'+mh+'">'+text+'</marquee>')

function loop()
{
    window.location.reload()
                    }

function loop2()
{
    if (document.layers) { setTimeout("window.onresize=loop",350)
    init()

                                    }
                                }

function init()
{
    document.marq.document.marqEx.document.write(text)
    document.marq.document.marqEx.document.close()
    thelength=document.marq.document.marqEx.document.height
    runmarq()
                                }

function runmarq()
{    
    if (document.marq.document.marqEx.top>=thelength*(-1)) {
    document.marq.document.marqEx.top-=sp
    setTimeout("runmarq()",100)
                                        }

else
{
    document.marq.document.marqEx.top=mh
    runmarq()

                            }
                        }

window.onload=loop2

</SCRIPT>
1 2