Thứ Bảy, 30 tháng 3, 2013

Share code túi đăng ký trượt dọc forum

Mô tả: Đoạn js dưới mình tùy chỉnh phù hợp với xenforo sẽ giúp bạn tạo hình cái túi với gợi ý đăng ký thành viên chạy dọc phía bên trái diễn đàn..Tự động co dãn khi bạn kéo xuống.
Demo:
[IMG]

Hướng dẫn:

  • Chèn code dưới vào header hoặc footer của forum bạn.
  • Sửa link đăng ký phù hợp với 4rum bạn.
<xen:if is="!{$visitor.user_id}"><div id="loginboard" style="width: 124px; height: 128px; z-index: 100; position: absolute; left: 10px; top: -2639.9999999999964px; ">
<a href="http://www.ipluv.com/register/index.php">
<img src="http://i.imgur.com/DqkXR.png" border="0px"/>
</a>
</div>
<script type="text/javascript">
//<=!=[=C=D=A=T=A=[
var curx=10;var cury=0;
 
var ie45,ns6,ns4,dom;
if (navigator.appName=="Windows Internet Explorer") ie45=parseInt(navigator.appVersion)>=4;else if (navigator.appName=="Netscape"){ ns6=parseInt(navigator.appVersion)>=5; ns4=parseInt(navigator.appVersion)<5;}dom=ie45 || ns6;var timershow=false;
 
var win_w=window.innerWidth ? window.innerWidth : document.body.offsetWidth;var mid_w=win_w/2;var timershow1=window.setInterval("stayMiddle()",1);function getobj(id) {el = document.all ? document.all[id] : dom ? document.getElementById(id) : document.layers[id];return el;}function moveobj(obj,x,y) {obj.style.left=x + "px";obj.style.top=y+ "px";curx=x;cury=y;}
 
function stayMiddle() {if (document.documentElement && document.documentElement.scrollTop)var pY = document.documentElement.scrollTop;else if (document.body)var pY = document.body.scrollTop;obj = getobj('loginboard');newy = cury+((pY-cury)/16)-165;moveobj(obj,curx,newy);}
//]=]=>
</script></xen:if>
 

Không có nhận xét nào:

Đăng nhận xét