Membuat Link Membesar Dan Berubah Warna Saat Disorot Mouse
11:21 PM 23 January 2012
Cara Membuat Link Membesar Dan Berubah Warna Saat Disorot Mouse :
1. Login di blogger >> Template >> Edit HTML
2. Temukan kode a:link { dan a:hover { , gunakan tombol Ctrl+F untuk memudahkan pencarian kode.
3. Perhatikan contoh kode berikut :
a:link {
color:#FF0000;
font-size:10px;
text-decoration:none;
cursor:default;
}
a:hover {
color:#0000FF;
font-size:18px;
text-decoration:none;
cursor:wait;
}
Keterangan :
Pada a:link { tag color:#FF0000; adalah kode warna asli dari link tersebut, kemudian pada a:hover { tag color:#0000FF adalah kode warna link apabila link disorot mouse.
Pada a:link { font-size:10px adalah besar font sebelum disorot mouse, kemudian pada a:hover { font-size:18px adalah ukuran font saat link disorot mouse.
Warna biru adalah kodeyang harus Anda tambahkan.
Silahkan Anda ganti sendiri warna link serta ukuran link sesuai keinginan sendiri.
5. Save Template
I recently came across your blog and have been reading along. I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.
Volkswagen Corrado AC Compressor
Anonymous January 24, 2012 at 1:03 AM