<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 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
CSS Embeded Ceode
CSS Embeded Ceode
<style type='text/css'>
#gb{
position:fixed;
top:10px;
z-index:+1000;
}
* html #gb{position:relative;}
Subscribe to:
Posts (Atom)