• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Script gợi ý đăng ý thành viên trượt dọc website

Admin

Well-Known Member
Staff member
Administrator
Đoạn mã javascript tạo một hình ảnh liên tục trượt dọc sống động theo website. Thích hợp để tạo "Gợi ý đăng ký thành viên" hoặc đặt banner quảng cáo.

Demo: http://www.code1k.com/demo/2012/06/script-goi-y-dang-y-thanh-vien-truot.html

HTML:
<div id="loginboard" style="width: 124px; height: 128px; z-index: 100; position: absolute; left: 10px; top: -2639.9999999999964px; ">
<a href="http://www.code1k.com">
<img src="http://i.imgur.com/pphxe.png" border="0px"/>
</a>
</div>



<script type="text/javascript">
//<![CDATA[
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>
<!-- Code1k.com -->
 

Facebook Comments

New posts New threads New resources

Back
Top