Saturday, April 9, 2011

Cara Membuat Shoutmix/ChatBox Melayang

Pada postingan kali ini saya akan memberikan tutorial tentang,bagaimana membuat shoutmix melayang seperti yang ada di sudut kanan blog saya yang pasti akan memebuat blog kita menjadi ramping & keren tentunya, yang kita lakukan hanya menambah script....ikuti langkahnya berikut:

1) Login ke account blog anda


2) Klik Dasbor-Pilih Rancangan--Elemen halaman-Tambah gadget-Tambah Html/Java script


3) Terus masukin aja script berikut:
<style type="text/css"> #hitsukeFX{ position:fixed; top:50px; z-index:+1000; } * html #hitsukeFX{position:relative;} .hitsukeFXtab{ height:300px; width:30px; float:left; cursor:pointer; background:url('http://i757.photobucket.com/albums/xx213/VioNexA/iky.png') no-repeat; } .hitsukeFXcontent{ float:left; border:2px solid #000000; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; background:#fe760a; padding:10px; } </style> <script type="text/javascript"> function showHidehitsukeFX(){ var hitsukeFX = document.getElementById("hitsukeFX"); var w = hitsukeFX.offsetWidth; hitsukeFX.opened ? movehitsukeFX(0, 40-w) : movehitsukeFX(40-w, 0); hitsukeFX.opened = !hitsukeFX.opened; } function movehitsukeFX(x0, xf){ var hitsukeFX = document.getElementById("hitsukeFX"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; hitsukeFX.style.right = x.toString() + "px"; if(x0!=xf){setTimeout("movehitsukeFX("+x+", "+xf+")", 5);} } </script> <div id="hitsukeFX"> <div class="hitsukeFXtab" onclick="showHidehitsukeFX()"> </div> <div class="hitsukeFXcontent">


<Masukkan Kode Shoutmix/Chatbox anda>



<script type="text/javascript"> var hitsukeFX = document.getElementById("hitsukeFX"); hitsukeFX.style.right = (40-hitsukeFX.offsetWidth).toString() + "px"; </script></div></div>


Catatan: yang kode merah masukin kode shoutmix anda..

4) Simpan
Semoga Bermanfaat

0 comments:

Post a Comment

Blog Archives

Popular Posts

 

ƪ(•ˆ⌣ˆ•)ʃ Novitɑ's Journɑl ƪ(•ˆ⌣ˆ•)ʃ Copyright 2009 All Rights Reserved Baby Blog Designed by Ipietoon | All Image Presented by Online Journal


This template is brought to you by : allblogtools.com | Blogger Templates