Cara Membuat Teks Berjalan Dan Bergerak Dengan Efek Marquee
- yang kita kenal sebagai marquee itu menggunakan perkodean CSS HTML, marquee menyisipkan kode script yang mana awal kode scriptnya <marquee> dan akhiri dengan kode script penutup </marquee>
EFEK KODE MARQUEE
- Marquee tanpa Atribut -Silahkan tinggal di copy aja kode html dibawah ini
<*marquee>TEKS INI AKAN BERJALAN</marquee>
Hasilnya :
Marquee dengan Atribut
- Scrollamount = Kecepatan kalimat, semakin besar angka maka kalimat berjalan cepat
- Direction = Pengaturan gaya arah kalimat berjalan
- Bgcolor = Pengaturan warna kalimat atau Teks berjalan
- Behavior = Pengaturan gaya kalimat bejalan
- Scrolldelay = Pengaturan gaya kalimat yang ditentukan dengan detik/mil
- Marquee dengan Atribut -
Silahkan tinggal di copy aja kode html dibawah ini
<*marquee scrollamount="100">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="left" scrollamount="10">TEKS INI AKAN BERJALAN</marquee>
<*marquee behavior="alternate" scrollamount="15">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="right"scrollamount="10">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="right" scrollamount="100">TEKS INI AKAN BERJALAN</marquee>
<*marquee bgcolor="red">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="left" scrollamount="10">TEKS INI AKAN BERJALAN</marquee>
<*marquee behavior="alternate" scrollamount="15">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="right"scrollamount="10">TEKS INI AKAN BERJALAN</marquee>
<*marquee direction="right" scrollamount="100">TEKS INI AKAN BERJALAN</marquee>
<*marquee bgcolor="red">TEKS INI AKAN BERJALAN</marquee>
Hasilnya :
- Marquee dengan penggabungan beberapa Atribut -
Silahkan tinggal di copy aja kode html dibawah ini
<*marquee loop="5">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee direction="right" style="background-color: green;" width="125">KALIMAT INI AKAN BERJALAN</marquee><marquee direction="left" style="background-color: blue;" width="125">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee style="font-style: italic;">KALIMAT MIRING AKAN BERJALAN</marquee>
<*marquee direction="right" style="background-color: green;" width="125">KALIMAT INI AKAN BERJALAN</marquee><marquee direction="left" style="background-color: blue;" width="125">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee style="font-style: italic;">KALIMAT MIRING AKAN BERJALAN</marquee>
Hasilnya :
- Marquee dengan penggabungan Atribut sesuai perintah Klik Mouse -
Silahkan tinggal di copy aja kode html dibawah ini
<*marquee onmouseout="this.start()" onmouseover="this.stop()">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee direction="up" height="30" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="200">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee direction="down" height="30" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="200">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee direction="up" height="30" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="200">KALIMAT INI AKAN BERJALAN</marquee>
<*marquee direction="down" height="30" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="3" width="200">KALIMAT INI AKAN BERJALAN</marquee>
Hasilnya :
- Marquee dengan perpaduan Atribut Style -
Silahkan tinggal di copy aja kode html dibawah ini
<*marquee direction="right" scrollamount="225" width="200">KALIMAT INI AKAN BERKEDIP</marquee>
<*marquee scrollamount="200" width="180">KALIMAT INI AKAN BERKEDIP</marquee>
<*marquee scrollamount="1">Kembali ke <a href="http://sahabatblogger77.blogspot.com/2013/12/mempercantik-tampilan-blog-dengan-membuat-teks-berjalan.html" target="_blank">Mempercantik Tampilan Blog Dengan Membuat Teks Berjalan</a><marquee>
<*marquee scrollamount="200" width="180">KALIMAT INI AKAN BERKEDIP</marquee>
<*marquee scrollamount="1">Kembali ke <a href="http://sahabatblogger77.blogspot.com/2013/12/mempercantik-tampilan-blog-dengan-membuat-teks-berjalan.html" target="_blank">Mempercantik Tampilan Blog Dengan Membuat Teks Berjalan</a><marquee>
Hasilnya :
Posting Komentar