Cara membuat menu bar berjalan pada blog.

Pernahkah anda melihat head pada blog berjalan disini saya akan mencoba menunjukkan cara untuk membuat kata2 pada head atau menubar pada blog anda berjalan.

langkah dalam membuat menubar atau head pada blog berjalan :
  1. Login dulu pada blog anda.
  2. setelah itu click rancangan >> Edit html
  3. .Lalu cari kata </head> dan copy kan Script Dibawah ini.
   <script type='text/javascript'>
    //<![CDATA[

    msg = " <<-- Selamat datang di  ";
    msg = " | bal-ganjo.blogspot.com -->> " + msg;pos = 0;
    function scrollMSG() {
    document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
    if (pos > msg.length) pos = 0
    window.setTimeout("scrollMSG()",200);
    }
    scrollMSG();
    //]]>
    </script>

Setelah itu simpan dan lihat blog anda sekarang...........SELAMAT MENCOBA.............Setelah membaca mohon tulis comment dibawah ini............

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2010 Rasta Shared. All rights resevered. Designed by Templateism

Back To Top