
#gb{
position:fixed;
top:1px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbcontent{
float:right;
border:2px solid #000000;
background:#F1DEDE;
padding:10px;
background-color: #000000;
filter:alpha(opacity=98);
-moz-opacity:0.00;
opacity:0.0;
}
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened...
readmore »»