Jumat, 29 Oktober 2010

BIKIN TULISAN BERGERAK

MAU :D :r

BIKIN TULISAN BERGERAK

sperti ini :

Bergerak kekanan !


Ke Kanan dan Kekiri ??


Bergerak kekanan Perlahan !


Ke Kanan dan Kekiri Dan Bisa Di stop??



Bergerak Ke Atas


Bergerak Ke Atas dan Ke bawah

kode htmlnya adalah :



<marquee direction="right"><span style="color: rgb(255, 0, 0); font-weight: bold;">Bergerak kekanan !</span></marquee>


<marquee direction="left" behavior="alternate"><span style="color: rgb(255, 0, 0); font-weight: bold;">Ke Kanan dan Kekiri ??</span></marquee>


<marquee direction="right" scrolldelay="500"><span style="color: rgb(255, 255, 0); font-weight: bold;">Bergerak kekanan Perlahan !</span></marquee>


<marquee direction="left" behavior="alternate" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="95%"><span style="color: rgb(255, 0, 0); font-weight: bold;">Ke Kanan dan Kekiri Dan Bisa Di stop??</span></marquee>



<marquee align="center" direction="up" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="95%" height="100"><span style="color: rgb(0, 255, 0); font-weight: bold;">Bergerak Ke Atas</span></marquee>


<marquee align="center" direction="up" behavior="alternate" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()" width="95%" height="100"><span style="color: rgb(255, 0, 255); font-weight: bold;">Bergerak Ke Atas dan Ke bawah</span></marquee>