Mau pindah kan thread aku di sini aza dah biar banyaK yg pake.....
Ini dia script na.....
credit ::::Under Water Mouse - Kurt Grigg - //
http://www.btinternet.com/~kurt.grigg/javascript
Script Download:::::::
[url]http://h1.ripway.com/Samarinda/preview/Mouseunderwater.txt[/url]
Preview::::::::
[url]http://h1.ripway.com/Samarinda/preview/mouseunderwater.htm[/url]
+Berjatuhan::
Script Download:::::::
[url]http://h1.ripway.com/Samarinda/preview/berjatuhan.txt[/url]
Preview:::::::
[url]http://h1.ripway.com/Samarinda/preview/+jatuh.htm[/url]
script ini bentoroK dengan tooltips ,,jadi pengguna tooltips
Harap gunaKan script ini biar ga bentroK
<">1 lagi buat Kalian Semua cursor dengan tulisan nguntit di belakang
Script::::::
[spoiler]<!--
// If it is not IE, we assume that the browser is NS.
var IE = document.all?true:false
// If NS -- that is, !IE -- then set up for mouse capture
if (!IE) document.captureEvents(Event.MOUSEMOVE)
// Set-up to use getMouseXY function onMouseMove
document.onmousemove = getMouseXY;
// Temporary variables to hold mouse x-y pos.s
var TempX = 0
var TempY = 0
var State = 0;
var J = 0;
var Text = 'Tak ada kauand Selain Diri Mu.....!!!';
var rangeY = Array(-5,-4,-3,-2,-1,0,2,3,4,5);
function create() {
for(I=0;I<Text.length;I++) {
MySpace = document.createElement('div');
MySpace.id = 'Shadow'+I;
MySpace.innerHTML = Text.substr(I,1);
MySpace.style.top = 100;
MySpace.style.left = 100+(20*I);
MySpace.style.position = 'absolute';
MySpace.style.color = '#FFFFFF';
document.getElementsByTagName('body')[0].appendChild(MySpace);
}
}
function getMouseXY(e) {
if (IE) { // grab the x-y pos.s if browser is IE
TempX = event.clientX + document.body.scrollLeft
TempY = event.clientY + document.body.scrollTop
} else { // grab the x-y pos.s if browser is NS
TempX = e.pageX
TempY = e.pageY
}
// catch possible negative values in NS4
if (TempX < 0){TempX = 0}
if (TempY < 0){TempY = 0}
if(State == 0) {
State = 1;
create();
flag();
}
return true
}
function flag() {
for(J = 0;J < Text.length; J++) {
MySpace = document.getElementById('Shadow'+J);
MySpace.style.top = TempY + rangeY[Math.floor(Math.random() * rangeY.length)];
MySpace.style.left = TempX + 20 + (J*20);
}
setTimeout('flag()', 100);
}[/spoiler]
Ganti Kata2 ini:::[b]Tak ada kauand Selain Diri Mu.....!!![/b]
thanks bro kunti atas thread dan repu nya...Makasih bro......