Click here 2x if you interfere with this ad
Sample Embeded Code For Ads:
Showing posts with label Embeded Code. Show all posts
Showing posts with label Embeded Code. Show all posts

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;}