Warung Bebas

Senin, 24 Desember 2012

How To Create "show/hide" Guest Book at Blogspot

How To Create "show/hide" Guest Book at Blogspot.



first step:
You must register on Cbox, click HERE to register.
if you already have an account on the Cbox, you can skip this step.

step 2 :

Log in to your Blogger account
Go to Layout
Click Add Gadget 
and Select HTML/JavaScript
then
copy code below :

<style type="text/css"> #gb{ position:fixed; top:50px; z-index:+1000; } * html #gb{position:relative;} .gbtab{ height:150px; width:30px; float:left; cursor:pointer; background:url('https://lh3.googleusercontent.com/-SSO2KvX07BU/UNcfLHi_CzI/AAAAAAAAAaA/5RLy5GanKlw/s125/GuestBookArtsoulinc.png') no-repeat; } .gbcontent{ float:left; border:1px solid #3397ED; background:#000000; padding:5px; } </style> <script type="text/javascript"> function showHideGB(){ var gb = document.getElementById("gb"); var w = gb.offsetWidth; gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0); gb.opened = !gb.opened; } function moveGB(x0, xf){ var gb = document.getElementById("gb"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; gb.style.right = x.toString() + "px"; if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);} } </script> <div id="gb"> <div class="gbtab" onclick="showHideGB()"> </div> <div class="gbcontent">

INSERT YOUR CBOX CODE HERE

<div style="text-align:right"> <a href="javascript:showHideGB()"> [hide] </a> </div> </div> </div> <script type="text/javascript"> var gb = document.getElementById("gb"); gb.style.right = (30-gb.offsetWidth).toString() + "px"; </script>
last step:

Copy the code above, and paste in the widget.
replace the RED code to your Cbox code.

0 komentar em “How To Create "show/hide" Guest Book at Blogspot”

Posting Komentar

 

Chubby Arts Blog Copyright © 2012 Best Celebrity Wallpaper -- Powered by Blogger