Click here 2x if you interfere with this ad
Sample Embeded Code For Ads:

Wednesday 14 July 2010

Java Script Embeded Code

Java Script Embeded Code
<script type='text/javascript'>
function showHideGB(){
var gb = document.getElementById(&quot;gb&quot;);
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}

CSS Embeded Ceode

CSS Embeded Ceode
<style type='text/css'>
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}


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>