#gb{
position:absolute;
top :75px;
z-index:+1000;
}
* html #gb{position:relative;}
.gbcontent{
float:right;
border:0px solid #A5BD51;
bgcolor:transparent;
padding:0px;
font-weight: bold;
line-height: 0.0;
color: rgba(0, 0, 0, 0.7);
opacity: 2;
}
function showHideGB(){
var gb = document.getElementById("gb");
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
gb.opened
No comments:
Post a Comment