<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;
}
Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts
Wednesday, 14 July 2010
Java Script Embeded Code
Java Script Embeded Code
Sample Embeded Code For Ads
For Code embed ads in Your Blog Copy Code Below
<style type='text/css'>
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbcontent{
float:right;
border:2px solid #A5BD51;
background:#ffffff;
padding:10px;
}
</style>
Subscribe to:
Posts (Atom)