This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
28 September 2010
Hijrah Ke Lodon
25 Agustus 2010
Perpustakaan Digital
By : www.wikipedia.com
1 Agustus 2010
27 Juni 2010
Membuat Sidebar Di Kotak Terpisah

Cara kerjanya sebagai berikut:
- Cari kode seperti ini, atau yang mirip.
.sidebar .widget {
border-bottom: 2px solid $(widget.border.bevel.color);
padding-bottom: 10px;
margin: 10px 0;
}
- Ganti kode di atas dengan kode di bawah
.sidebar .widget{
background:#fff;
border:1px dotted #6c6b6b;
margin:0 0 1.5em;
padding:0.5em;
}
Teman-teman juga dapat mengganti warna backgraundnya, atau warna bordernya...
SELAMAT MENCOBA
27 Februari 2010
Membuat Menu Bar Di Bawah Header Blog
Nah...seperti ini caranya:
- Pertama cari kode ]]> (gk perlu centang Expand Widget Templates)
- Kedua letakkan kode di bawah ini di atas kode ]]>
#menubar{
margin: 0;
padding: 0;
float:left;
border:1px solid #FFD700;
width:100%;
background:#000000;
}
#menubar li{
margin: 0;
padding: 0;
list-style: none;
float: left;
font: bold 11px arial;
}
#menubar li a{
display: block;
margin: 0;
padding: 5px 12px;
background:#000000;
color: #FFD700;
text-align: center;
text-decoration: none;
border:0px solid #FFD700;
border-right:0.5px solid #FFD700;
}
#menubar li a:hover{
background:#FOF8FF;
color:#000000; /* Warna teks saat kursor mouse berada di atasnya */
}
#menubar div{
position: absolute;
visibility: hidden;
}
- Ketiga cari kode seperti ini atau yang mirip
<b:widget id='Header1' locked='false' title='Sanjaya Granat (Header)' type='Header'/>
</b:section>
- Terakhir letakkan kode di bawah ini di bawah kode seperti diatas
<li><a href='xxx'>zzz</a></li>
<li><a href='xxx'>zzz</a></li>
<li><a href='xxx'>zzz</a></li>
<li><a href='xxx'>zzz</a></li>
<li><a href='xxx'> zzz </a></li>
<li><a href='xxx'>zzz</a></li>
</ul>
- Save deh....
Keterangan:
Untuk yang tulisan XXX, ganti dengan alamat yang diinginkan pada menu
Untuk yang tulisan ZZZ ganti dengan judul menu yang Anda














