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

0 comments:


Posting Komentar


Creative Commons License
Huruf Kecil ke Besar by Nano Yulianto is licensed under a Creative Commons Attribution 3.0 Unported License.
Based on a work at http://nanoyulianto.blogspot.com/2011/01/huruf-kecil-ke-besar.html.
Permissions beyond the scope of this license may be available at http://nanoyulianto.blogspot.com/.