Lompat ke konten Lompat ke sidebar Lompat ke footer

Membuat Text Berjalan

Mungkin semua teman sudah mengerti cara menciptakan nya. Tapi tidak salah juga kalau aku share, Sekarang eksklusif saja aku pratekkan:


1. Dari arah kiri ke kanan



<marquee direction="right" ></marquee>

2. Arah bolak-balik



<marquee behavior="alternate" ></marquee>


3. Arahkan mouse text berhenti



<marquee behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()">arahkan mouse teks berhenti</marquee>

4. Jika ingin turun atau naik tinggal ganti direction="down" atau "up"



<marquee direction="down" width="100%" height="100">dari atas ke bawah</marquee>


5. Dengan gambar/foto



<marquee scrollamount="20" scrolldelay="10" width="100%" height="100%"><img src="http://images.cooltext.com/2824396.gif" /></marquee>


Selesai.

Posting Komentar untuk "Membuat Text Berjalan"