Cara sederhana membuat tampilan blog lebih keren dengan macam teks berjalan - SiS
Beragam cara untuk mempercantik, baik menganti template maupun menambahkan Java Script yang begitu banyaknya hinggga blog kita menjadi berat. Daripada blog kita menjadi berat atau loadingnya lama, alangkah baiknya kita menambahkan teks berjalan atau marquee. Berikut cara ataupun script HTML untuk mempercantik blog anda.
<marquee>TEKS BERJALAN</marquee>
<marquee onmouseout="this.start()" onmouseover="this.stop()">
TEKS BERJALAN</marquee>
<marquee direction="up" height="50" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="250">TEKS BERJALAN</marquee>
<marquee direction="down" height="50" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="150">TEKS BERJALAN TURUN</marquee>
<marquee direction="up" height="50" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="250">TEKS BERJALAN</marquee>
<marquee direction="down" height="50" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="150">TEKS BERJALAN TURUN</marquee>
<marquee bgcolor="blue">TEKS BERJALAN</marquee>
<marquee scrollamount="10">TEKS BERJALAN</marquee>
<marquee direction="left" scrollamount="15">TEKS BERJALAN</marquee>
<marquee behavior="alternate" scrollamount="10">TEKS BERJALAN</marquee>
<marquee direction="right"scrollamount="10">TEKS BERJALAN</marquee>
<marquee direction="right" scrollamount="15">TEKS BERJALAN</marquee>
Cara sederhana membuat tampilan blog lebih keren dengan macam teks berjalan - Semoga bermanfaat dan Terima Kasih.
0 komentar:
Post a Comment