Gốc > Code cho Blog và Web >
Cao Bằng @ 09:41 15/01/2010
Số lượt xem: 2981
Code ẩn hiển chatbox
Phóng to || Thu nhỏ
Hôm nay Blog giáo viên Thái Bình sẽ tặng tất cả các thành viên Blog một code rất hay
Demo tại đây
Demo 2 tại đây
Code
| <style type="text/css"> #gb{ position:fixed; top:50px; z-index:+1000; } * html #gb{position:relative;} .gbtab{ height:150px; width:30px; float:left; cursor:pointer; background:url('http://farm3.static.flickr.com/2636/3935353655_32c6d2bb30_o.png') no-repeat; } .gbcontent{ float:left; border:2px solid #990000; background:#F5F5F5; padding:10px; } </style> <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"> <iframe title="bloggiaovienthaibinh" src= "http://www6.shoutmix.com/?bloggiaovienthaibinh" width="250" height="400" frameborder="0" scrolling="auto"><a href= "http://www6.shoutmix.com/?bloggiaovienthaibinh">View shoutbox</a></iframe><br> <a href="http://bloggiaovienthaibinh.110mb.com/flash/index.html" title="trongbang-studio">Blog giáo viên Thái Bình </a><br> <div style="text-align:right"> <a href="javascript:showHideGB()"> [Hide] </a> </div> </div> </div> <script type="text/javascript"> var gb = document.getElementById("gb"); gb.style.right = (30-gb.offsetWidth).toString() + "px"; </script> |
2.Hướng dẫn
-Thay địa chỉ blog và tên Blog trênở dòng sau
<a href="http://bloggiaovienthaibinh.110mb.com/flash/index.html"
title="trongbang-studio">Blog giáo viên Thái Bình </a><br>
-Các bạn coppy code cho vào thẻ body với blog violet thì cho vào thông tin bản quyền hoặc vào khối nào đó
Chúc các thầy cô và các bạn thành công
Cao Bằng @ 09:41 15/01/2010
Số lượt xem: 2981
Số lượt thích:
0 người
- Viết bài cho blog trên nền Flash (13/01/10)
- Tạo hiệu ứng mô tả cho link liên kết (11/01/10)
- Tạo tab nội dung đơn giản với jQuery (10/01/10)
- Code game đào vàng (08/01/10)
- Tạo menu giống trang VnExpress.net (05/01/10)
Code ẩn hiển chatbox