» I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
I just replaced the buble in buble cursor code with a small heart.
see it in action [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile )
<">I created new topic for this code so other who might like it can see it.
If you think this is double post, feel free to remove this topic.
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
hMm..wAt section to put dat code?do we need to upload that as a CSS ext?
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
heya.. im using dis trick.. but fr the last update of frenster,,
the hearts are no longer rissing fr the cursor.. instead its rissing in the friendslist row.. any solution??
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
[quote=leftalone]as i know upload it as js extension[/quote]
what's a js extension..is it in the media section??
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
<!--
n4=(document.layers);
n6=(document.getElementById&&!document.all);
ie=(document.all);
o6=(navigator.appName.indexOf("Opera") != -1)?true:false;
img0=new Image();
img0.src="http://h1.ripway.com/adirisman1/small_heart.gif";
num=(n6)?10:15;
y=0;
x=0;
if (n4||n6){
window.captureEvents(Event.MOUSEMOVE);
function mouse1(e){
y = e.pageY-20-window.pageYOffset;
x = e.pageX-4;
}
if (n4) window.onMouseMove=mouse1;
else document.onmousemove=mouse1;
}
if (ie||o6){
function mouse2(){
y = (ie)?event.clientY-20:event.clientY-20-window.pageYOffset;
x = event.clientX-4;
}
document.onmousemove=mouse2;
}
yp=new Array();
xp=new Array();
sp=new Array();
rt=new Array();
gr=new Array();
s1=new Array();
s2=new Array();
nz=new Array();
wh=(ie)?window.document.body.clientHeight:window.innerHeight;
for (i=0; i < num; i++){
yp[i]=Math.random()*wh-y;
xp[i]=x;
sp[i]= 6+Math.random()*3;
s1[i]=0;
s2[i]=Math.random()*0.1+0.05;
gr[i]=4;
nz[i]=Math.random()*15+5;
rt[i]=Math.random()*0.5+0.1;
}
if (n4){
for (i=0; i < num; i++){
document.write("<LAYER NAME='bub"+i+"' LEFT=0 TOP=-50>"
+"<img src='http://h1.ripway.com/adirisman1/small_heart.gif' width="+nz[i]+" height="+nz[i]+"></LAYER>");
}
}
if (ie){
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < num; i++){
document.write('<img id="bub'+i+'" src="'+img0.src+'" style="position:absolute;top:-50px;left:0px">');
}
document.write('</div></div>');
}
if (n6||o6){
for (i=0; i < num; i++){
document.write("<div id='bub"+i+"' style='position:absolute;top:-50px;left:0px'>"
+"<img src="+img0.src+" width="+nz[i]+" height="+nz[i]+"></div>");
}
}
function MouseBubbles(){
scy=(document.all)?document.body.scrollTop:window.pageYOffset;
scx=(document.all)?document.body.scrollLeft:window.pageXOffset;
for (i=0; i < num; i++){
sy = sp[i]*Math.sin(270*Math.PI/180);
sx = sp[i]*Math.cos(s1[i]*5);
yp[i]+=sy;
xp[i]+=sx;
if (yp[i] < -40){
yp[i]=y;
xp[i]=x;
sp[i]= 6+Math.random()*3;
gr[i]=4;
nz[i]=Math.random()*15+5;
}
if (n4){
document.layers["bub"+i].left=xp[i]+scx;
document.layers["bub"+i].top=yp[i]+scy;
}
if (ie){
document.getElementById("bub"+i).style.left=xp[i]+scx;
document.getElementById("bub"+i).style.top=yp[i]+scy;
document.getElementById("bub"+i).style.width=gr[i];
document.getElementById("bub"+i).style.height=gr[i];
}
if (n6||o6){
document.getElementById("bub"+i).style.left=xp[i]+scx;
document.getElementById("bub"+i).style.top=yp[i]+scy;
}
gr[i]+=rt[i];
s1[i]+=s2[i];
if (gr[i] > 14) gr[i]=15;
}
setTimeout('MouseBubbles()',10);
}
MouseBubbles();
//-->
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
[quote=kimyasay10][click!]www.friendster.com[/click this!][/quote]
what the heck.. ur just effin spamming around this section.... if you don't have anything good to say.. do not post around this section..
first warning....
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
[align=center][i][color=#FF66CC]Thanks for sharing this one
hepls a lot to other members too
such a cute cursor[/color][/i][/align]
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
i can't see the preview, it's private. Anyways thanks for sharing
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
Re: I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document
firsh comment,,,,,,,,
nice tread,,,,,,,,
i like it the cursor,,,,,,,,,,,
thx 4 share............
» I just replaced the buble in buble cursor code with a small heart.
see it in action :arrow: [url=http://www.friendster.com/feanluvcomic]link[/url] (my girl's profile :D )
[code]<!--
n4=(document