how to create blog guest book open without the click

for example you can see my blogguestbook


this time I wanted to post how to create a guest book blog withoutthe click open.
for example you can see my blogguestbook





who in the picture above are designated by arrows Guesbook I have, my friend does not need to click on it, just highlight it withthemouse, it will come out own.
if my friend are interested to put in your blog, let's start makingitsway 


1. Login to Account Blog buddies
2. Choose a Design / Layout
3. Add a Gadget / Add gadget select the HTML JAVA SCRIPT
4. Input Screipt here inside


<style type="text/css">
#gb{
position:fixed;
top:20px;
z-index:+1000;
}* html #gb{position:relative;}


.gbtab{
height:150px;
width:50px;
float:left;
background:url('http://i1042.photobucket.com/albums/b429/Farix_2010/Chatting.png') no-repeat;
}


.gbcontent {
float:left;
border:1px solid #BB0000;
-moz-border-radius-bottomleft:10px;
-webkit-border-radius-bottomleft:10px;
-o-border-radius-bottomleft:10px;
-khtml-border-radius-bottomleft:10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-topleft: 10px;
background: #000000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcQUJHvaRSVuS_2mbsQ7fgmTf9Zvm3gN0QiTV-JE1yHQFBLaoXueYtDPHWg2J6BF8MxInfTZX3dEXO9PK5LvvgyU-AVU-WVqT4_keiR9u6s9uZsVDOSgvZ0l0_bmaTkMmTnGm0rrpj1RXJ/s1600/api.gif) no-repeat bottom;
padding:10px;
}


</style>


<script type="text/javascript">
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 51-w) : moveGB(30-w, 0);
gb.opened = !gb.opened;
}function moveGB(x0, xf){


var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 25 ? 25 : 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+")", 5);}
}</script>


<div id="gb">
<div class="gbtab" onmouseover="showHideGB()"> </div>


<div class="gbcontent">
<center> 
put the buddy guestbook script here
<br />
<div style="text-align:center">
<a onclick="showHideGB()" class="tips-fade" title="klik untuk tutup chattingbox">
<center><hr /><img src="http://i1042.photobucket.com/albums/b429/Farix_2010/CloseComment-1.png" /><hr /></center>
</a>


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



5. put the word change guestbook script here with buddy buddyguestbook script
6. Save & View the result










          Muchamad Ragil Saputra

Newer Post Older Post

Leave a Reply

If you want to ask. write your comments below

Powered by Blogger.