google.com








Google



























How to Make Vertical Sliding Menu

addres

Join The Community

Premium WordPress Themes

Tuesday, November 16, 2010

membuat teks berjalan

<script type='text/javascript'>
//<![CDATA[

msg = " -- Selamat datang di Simple Preview ";
msg = " | pernak-pernik blog -- " + 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>

0 comments:

Post a Comment