Halaman Enim Net 51 Tips dunia Maya

Other cool stuff

Ayo Gabung di PASAR KAGET! Pasang Iklanmu, Gratis lho...
pasarkaget online

Sabtu, 30 Oktober 2010

Membuat label Berjalan di Atas Footer

Mau membuat label berjalan diatas footer biar lebih gokil gitu, pada posting kali ini saya akan memberitahu caranya, nah begini caranya :


1. Login ke Blogger --> Layout
2. Klik pada "Page Element" trus pilih "Add a Gadget" --> Pilih Label" (Tempatnya terserah kamu).
3. Kemudian Pilih --> Tata Letak --> Edit Html.
4. Cari kode ]]></b:skin> dan paste Css di bawah ini diatas kode ]]></b:skin>.

#Label-marquee {
float: left;
width: 100%;
heiht:25px;
font: Arial;
color: #000000;
background: #282522;
border: 1px solid #cccccc;
}


5. Kemudian cari <div id='footer-wrapper'> dan pastekan lagi kode di bawah ini :

    <div id='Label-marquee '>
    <h1
    id='Label-teks'><marquee align='center' direction='laft'
    height='25' onmouseout='this.start()' onmouseover='this.stop()' scrollamount='2'
    width='100%'>
    <a
    expr:href='data:blog.homepageUrl'>Nama Blog Kamu</a>
    <a href='http://URL label'> Categories 1 </a>
    <a href='http://URL label'>Categories 2</a>
    <a href='http://URL label'>Categories 3 </a>
    <a href='http://URL label'>Categories 4 </a>
    <a href='http://URL label'>Categories 5</a>
    </marquee></h1></div>



Ganti tulisan yang berwarna merah dengan nama blog kamu sesuai URL label blog kamu kamu.
6. Simpan Template.

Selamat mencoba.