TàngKiếm.Tk

Hãy đăng kí để là thành viên của Tàng Kiếm Sơn Trang
Chúc bạn có những giây phút vui vẻ và hữu ít!

Join the forum, it's quick and easy

TàngKiếm.Tk

Hãy đăng kí để là thành viên của Tàng Kiếm Sơn Trang
Chúc bạn có những giây phút vui vẻ và hữu ít!
TàngKiếm.Tk
Bạn có muốn phản ứng với tin nhắn này? Vui lòng đăng ký diễn đàn trong một vài cú nhấp chuột hoặc đăng nhập để tiếp tục.
TàngKiếm.Tk


You are not connected. Please login or register

Hiệu ứng nền

Go down  Thông điệp [Trang 1 trong tổng số 1 trang]

1Hiệu ứng nền Empty Hiệu ứng nền Tue Sep 01, 2009 2:32 pm

tangkiem

tangkiem
Thiếu tướng
Thiếu tướng

Mấ sử dụng:

Code:
[hieuungnen][/hieuungnen]
Mã Html thay thế:
Code:

<HTML>
<HEAD>
<TITLE>HVF - hiencam.vnbb.com</TITLE>
<script language="javascript">

var sym = " ' ";
var speed = 35;
var angle = 12;
var movex = -speed/angle;
var movey = speed;

var lightning_image = "http://i230.photobucket.com/albums/ee125/hungvuong_a9x/lightning.gif";
var lightning_width = 128;
var lightning_height = 192;
var num_drops = to_int(screen.width / 60);
var width_indent = 0;
var left_indent = screen.height / 10;
var top_indent = 0;
var doc_left = screen.width * .15;
var doc_top = screen.height * .15;
var doc_width = screen.width * .7;
var doc_height = screen.height * .7;
var doc_clientleft = doc_left + width_indent;
var doc_clienttop = doc_top + top_indent;
var doc_clientwidth = doc_width - (width_indent * 2);
var doc_clientheight = doc_height * .925;
var moverain_timeout = 25;
var movelightning_timeout = 5000;
var increment = (doc_clientwidth - left_indent) / num_drops;
var rainposx = new Array();

function moverain()
{
for(move = 0; move < num_drops; move++)
{
xx[move]+=movex;
yy[move]+=mv[move];

if(xx[move] <= doc_clientleft)
{
yy[move] = 0;
xx[move] = rainposx[move];
}
if(yy[move]+doc_clienttop >= doc_clienttop+doc_clientheight)
{
yy[move] = 0;
xx[move] = rainposx[move];
}

drop[move].left = xx[move];
drop[move].top = yy[move] + doc_clienttop;
}

setTimeout("moverain()", moverain_timeout);
}

function resettext()
{
window.document.searchform.searchvalue.value = 'Search the Web';
window.document.searchform.searchvalue.select();
}

function to_int(n)
{
for(i=0; i<10000; i++)
{
if(n>i && n<i+1)
{
n = i;
i = 10000;
}
else if(n == i)
{
i = 10000;
}
}

return n;
}

function movelightning()
{
var minleft = doc_clientleft;
var maxleft = doc_clientleft + doc_clientwidth - lightning_width;
var totalwidth = maxleft - minleft;

document.all["lightning"].style.left = Math.random() * totalwidth + minleft;
setTimeout("movelightning()", movelightning_timeout);
}
</script>
<style>
a:visited {color: #ffffff; text-decoration: none;}
a:hover {color: #00ff00; text-decoration: underline;}
a:link {color: #ffffff; text-decoration: none;}
a:active {color: #ffffff; text-decoration: none;}

.drop {position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue;}
</style>
</HEAD>
<BODY BACKGROUND="http://anhso.net/data/9/long_dj/519048/793521.jpg" BGPROPERTIES="FIXED">
<script language="javascript">
if(document.all)
{
drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array();
ly = "document.all[\'"; st = "\'].style";

for(make=0; make<num_drops; make++)
{
document.write('<div id="drop'+make+'" class=drop>'+sym+'</div>');
drop[make] = eval(ly+'drop'+make+st);
maxx = doc_clientleft + doc_clientwidth;
maxy = doc_clienttop + doc_clientheight;
xx[make] = (make + 1) * increment + doc_clientleft + left_indent;
rainposx[make] = xx[make];
yy[make] = Math.random() * doc_clientheight + doc_clienttop;
drop[make].left = xx[make];
drop[make].top = yy[make];
mv[make] = (Math.random() * 5) + (speed / 4);
drop[make].fontSize = 16;
drop[make].color = '#00ffff';
}

moverain();

document.write("<div id=\"lightning\" style=\"POSITION: absolute; Z-INDEX: 0; VISIBILITY: hidden; TOP: 0px; LEFT: 0px;\"><img src='"+lightning_image+"' border=\"0\"></div>");
document.all["lightning"].style.top = doc_clienttop;
movelightning();
document.all["lightning"].style.visibility = "visible";
}
</script>



</BODY>
</HTML>

http://tangkiem.tk

Về Đầu Trang  Thông điệp [Trang 1 trong tổng số 1 trang]

Permissions in this forum:
Bạn không có quyền trả lời bài viết