Fellow bloggers might have seen this tutorial, is to my knowledge there are more complicated to use a lot of code, but here I
- Log Into Your Account Blogger.com with each Surely
- Go to the Layout Tab
- Choose Page Elements
- Add a gadget Select the HTML / JAVASCRIPT
- And Copy the code below into it
http://3.bp.
<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.top = x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
Enter the code in the ad or image that you want here
0 comments:
Post a Comment