Gốc > CODE TRANG TRÍ WEB >
Đặng Xuân Hùng @ 23:20 11/05/2013
Số lượt xem: 536
Code tạo chat box
<!-- chatbox -->
<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;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right= x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script><div id="gb">
<div class="gbtab" onclick="showHideGB()"></div>
<div class="gbcontent">
<!-- Begin ShoutMix - http://www.shoutmix.com --><iframe title=
"haanhbacgiang" src="http://www.shoutmix.com/?haanhbacgiang" width=
"100%" height="460" frameborder="0" scrolling="auto"><a href=
"http://www.shoutmix.com/?haanhbacgiang">View
shoutbox</a></iframe><br>
<a href="http://www.shoutmix.com" title=
"Get your own free shoutbox chat widget at ShoutMix!">chat
box</a><br>
<!-- End ShoutMix -->
<div style="text-align:right"><a href=
"javascript:showHideGB()">[ẩn]</a></div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script><div style="height: 4px"></div>
<table class="forumline" width="100%" border="0" cellspacing="1"
cellpadding="0"></table>
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;
}
function moveGB(x0, xf){
var gb = document.getElementById("gb");
var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
var dir = xf>x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right= x.toString() + "px";
if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
}
</script><div id="gb">
<div class="gbtab" onclick="showHideGB()"></div>
<div class="gbcontent">
<!-- Begin ShoutMix - http://www.shoutmix.com --><iframe title=
"haanhbacgiang" src="http://www.shoutmix.com/?haanhbacgiang" width=
"100%" height="460" frameborder="0" scrolling="auto"><a href=
"http://www.shoutmix.com/?haanhbacgiang">View
shoutbox</a></iframe><br>
<a href="http://www.shoutmix.com" title=
"Get your own free shoutbox chat widget at ShoutMix!">chat
box</a><br>
<!-- End ShoutMix -->
<div style="text-align:right"><a href=
"javascript:showHideGB()">[ẩn]</a></div>
</div>
</div>
<script type="text/javascript">
var gb = document.getElementById("gb");
gb.style.right = (30-gb.offsetWidth).toString() + "px";
</script><div style="height: 4px"></div>
<table class="forumline" width="100%" border="0" cellspacing="1"
cellpadding="0"></table>
Đặng Xuân Hùng @ 23:20 11/05/2013
Số lượt xem: 536
Số lượt thích:
0 người
 
- Code: tạo hộp tìm kiếm dưới blog (11/05/13)
- Code tạo link liên kết các Game mini hay nhất cho blog (11/05/13)
- Code từ điển Online giao diện mới, nhiều ngôn ngữ hơn (11/05/13)
- Code Tạo chú mèo ảo dễ thương cho blog (11/05/13)
- Code tạo chú dog giữ nhà cho bạn (11/05/13)
Các ý kiến mới nhất