- Home »
- Tips Internet , Tips ngeblog »
- Cara Membuat Page Loader v.2
// Another
// On-Tuesday, 28 June 2011
Membuat Animation Loading page
- Cara membuatnya :
- Login blogger
- Rancangan, Edit Html, Cari kode ]]>
- Dan Simpan kode berikut diatasnya :
/* ---------------
jquery animation loading page
---------------------------------- */
.QOverlay {
background-color: #000000; /*background color loading */
z-index: 9999;
}
.QLoader {
background-color: #CCCCCC; /* color bar loading */
height: 1px;
}
.QAmt {
color:#FF530D; /*loading Color number*/
font-size:50px;
font-weight:bold;
line-height:50px;
height:50px;
width:100px;
margin:-60px 0 0 -50px;
}
jquery animation loading page
---------------------------------- */
.QOverlay {
background-color: #000000; /*background color loading */
z-index: 9999;
}
.QLoader {
background-color: #CCCCCC; /* color bar loading */
height: 1px;
}
.QAmt {
color:#FF530D; /*loading Color number*/
font-size:50px;
font-weight:bold;
line-height:50px;
height:50px;
width:100px;
margin:-60px 0 0 -50px;
}
dan simpan script berikut diatas kode :
dan simpan script berikut diatas kode :
simpan template dan lihat hasilnya........