Senin, 14 Maret 2011

membuat tulisan berjalan di blog


banyak sekali macam macam efek marquee di blog,di sini saya akan membarikan sedikit info tentang marquee/tulisan barjalan.di bawah ini adalah contah dan code codenya.
1.
 contoh 1
codenya dibawah ini:

<marquee behavior="scroll">contoh 1</marquee>
2.
contoh 2
kodenya di bawah ini





<marquee behavior="alternate" direction="up" width="300" height="100"> <marquee direction="right" behavior="alternate">contoh 2</marquee> </marquee>
3.

contoh 3
kodenya di bawah ini
<marquee behavior="alternate" direction="up" height="50px">
<marquee direction="right">contoh 3</marquee>
</marquee>
4.ini akan berhenti jika krusor menunjuk tulisan tersebut:
contoh 4
kodenya di bawah ini:

<marquee onMouseOver=this.stop() onMouseOut=this.start()>contoh 4</marquee>
5.
contoh 5
kodenya di bawah ini:

<marquee width="200" behavior="alternate">contoh 5</marquee>
6.
contoh 6
kodenya di bawah ini:

<marquee height="50" behavior="scroll" direction="up">contoh 6</marquee>
7.tulisan berjalan dengan background


contoh 7
kodenya di bawah ini:

<marquee behavior="scroll">
<img src="http://dc131.4shared.com/img/125015489/6f31df7b/sonic__13_.gif" width="110" height="84"><br />contoh 7
</marquee>

Tidak ada komentar:

Posting Komentar