Berikut adalah bagaimana cara membuat tulisan yang berjalan pada blog yang tetap pada posisinya meskipun halaman di scroll.
Seperti biasa jangan lupa backup template dulu apabila nantinya terjadi error
Caranya:
Edit HTML.
Masukkan kode CSS dibawah ini tepat di atas kode: ]]></b:skin>
<STYLE>
/* footer dinamis */
#footer2 {
align: center;
position: fixed;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #0083a4;
width: 100%;
height:16px;
text-align: left;
color: #fff;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
z-index:10000;
bottom:0;
}
Setelah itu copy kode dibawah ini tepat di atas kode: </body>
<!-- footer dinamis -->
<DIV id='footer2'>
<MARQUEE onmouseout='this.start()' onmouseover='this.stop()' scrollamount='3'>contoh tulisan berjalan</MARQUEE>
</DIV>
<!-- footer dinamis -->
<DIV id='footer2'>
<iframe allowtransparency='true' frameborder='0' height='17' id='NewsWindow' marginheight='0' marginwidth='0' scrolling='no' src='http://www.elshinta.com/v2003a/scrolling.htm' style='background-color: transparent;' width='1200'/>
</div>