• Home
  • Foto Hot
  • Privacy Policy
  • Disclaimer
  • Contact

aneh tapi nyata

  • Home
  • Gambar Hot
  • Zona Dewasa
Home » JavaScript Blogger » Huruf Kecil ke Besar

Huruf Kecil ke Besar

oleh : aneh tapi nyata

Home > JavaScript Blogger > Huruf Kecil ke Besar

Demo :




Cara membuatnya

Dari Dashboard >> Design >> Edit HTML.


Penempatannya
dibawah ]]></b:skin>
........
diatas </head>

<script type='text/javascript'>
//<![CDATA[

/*
Huruf Kecil ke Besar
By JavaScript Kit (http://www.javascriptkit.com/script/script2/uphill.shtml)
*/

function uphilltext(text){
var temptext=text.toUpperCase()
var size=1
//go through the text, letter by letter
for (i=0;i<temptext.length;i++){
document.write(temptext.charAt(i).fontsize(size).bold())
if (size<7)
size++
else
size=1
}
}

//]]>
</script>


Penempatannya
dibawah <body>
........
diatas </body>

<script type='text/javascript'>
uphilltext("Selamat Datang")
</script>

Teks yang berwarna merah, ganti dengan teks anda !.




Lihat ini juga : Teks Roller Coaster

Credit : JavaScript Kit

Alhamdulillah

Posted by Unknown - Rating: 4.5
Title : Huruf Kecil ke Besar
Description oleh : aneh tapi nyata, Home > JavaScript Blogger > Huruf Kecil ke Besar Demo : Cara membuatnya Dari Dashboard >> Design >> Edit HTML . Penemp...

Share to

Facebook Google+ Twitter

0 Response to "Huruf Kecil ke Besar"

Posting Komentar

Posting Lebih Baru
Posting Lama
Beranda
Langganan: Posting Komentar (Atom)

Hot Lainnya

Copyright © 2012 aneh tapi nyata - All Rights Reserved
Design by Tahan Lama - Powered by Blogger