• ARCHIVES 
  • » [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

Pages: 1..1234567891011

[url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

ChaZ
» n00b
FTalk Level: zero
32
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

owh it is! :D with this one: title=\"header=[<img src='"+fotosrc+"' style='width:164px;border:2px solid #990000;'><br><br>"+commentorName+"<br>] body=["+tglPost.replace(/"/g,'')+"<br>"+komensrc.replace(/"/g,'').replace(/([*\[]|[*\]])/g,'*')+"] the popup does appear on the right-down side of the pointer. but when i add: fixedabsx=[800] offsety=[-30] the popup doesnt work at all anyway my question is how to move/make the popup to appear on top-right(or)left of the pointer?? well i have no idea also, even worse i've tried some but end up ma profile 2be a mess heheh... heu....... :cry:
KhErMiNaToR
» FTalkAgent
FTalk Level: zero
2112
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

one more try! find this line and replace with this: <">do not alter anything except the url of image! how can it wont work? :wallbash:
ChaZ
» n00b
FTalk Level: zero
32
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

[quote=KhErMiNaToR]fixedabsx=[800] offsety=[-30][/quote] [quote=KhErMiNaToR]i use that before, but i remove that one since too many people using one column profile, when you adding that value, the tooltip box should be placed on the right side, (about 400px from the pointer) just experience with the number. but since this one cant work with you, i have no idea.[/quote] [b]Ah! i seee....[/b] i just need to use/add this one (for my case) [b]offsety=[xxx][/b] hehehee... i got round and round and finaly got it thanx alot bro kher =) :thumbsup: head bang!!! :wallbash::wallbash::wallbash: :wow:
breaker2
» n00b
FTalk Level: zero
50
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

i love this one :)
jordanrules
» n00b
FTalk Level: zero
39
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

How do you remove the embedded graphics and leave the text comments instead?

Last edited by jordanrules (2008-08-17 12:09:40)

palm3
» n00b
FTalk Level: zero
34
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

very nice kher. :rose: keep up the good job n the codes comin :penguin::penguin: u r very talented wit all this codes stuff. :lol: moz of us juz keep :wallbash: figurin out even the most simple type of code. works in ie n ff

Last edited by palm3 (2008-08-20 11:42:23)

♥ Banned Queen ♥
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

how can i combine this & my comment box?????
creyon
» n00b
FTalk Level: zero
35
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

[quote]/********************************** * TOOLTIPS * * Sumber : http://www.swazz.org/ * ***********************************/ if (typeof document.attachEvent!='undefined') { window.attachEvent('onload',init); document.attachEvent('onmousemove',moveMouse); document.attachEvent('onclick',checkMove); } else { window.addEventListener('load',init,false); document.addEventListener('mousemove',moveMouse,false); document.addEventListener('click',checkMove,false); } var oDv=document.createElement("div"); var dvHdr=document.createElement("div"); var dvBdy=document.createElement("div"); var windowlock,boxMove,fixposx,fixposy,lockX,lockY,fixx,fixy,ox,oy,boxLeft,boxRight,boxTop,boxBottom,evt,mouseX,mouseY,boxOpen,totalScrollTop,totalScrollLeft; boxOpen=false; ox=10; oy=10; lockX=0; lockY=0; function init() { oDv.appendChild(dvHdr); oDv.appendChild(dvBdy); oDv.style.position="absolute"; oDv.style.visibility='hidden'; document.body.appendChild(oDv); } function defHdrStyle() { dvHdr.innerHTML='<img style="vertical-align:middle" src="info.gif"> '+dvHdr.innerHTML; dvHdr.style.fontWeight='bold'; dvHdr.style.width='170px'; dvHdr.style.fontFamily='Tahoma'; dvHdr.style.border='1px solid #A5CFE9'; dvHdr.style.padding='3'; dvHdr.style.fontSize='11'; dvHdr.style.color='#4B7A98'; dvHdr.style.background='#D5EBF9'; dvHdr.style.filter='alpha(opacity=85)'; // IE dvHdr.style.opacity='0.85'; // FF } function defBdyStyle() { dvBdy.style.borderBottom='1px solid #A5CFE9'; dvBdy.style.borderLeft='1px solid #A5CFE9'; dvBdy.style.borderRight='1px solid #A5CFE9'; dvBdy.style.width='170px'; dvBdy.style.fontFamily='Tahoma'; dvBdy.style.fontSize='11'; dvBdy.style.padding='3'; dvBdy.style.color='#1B4966'; dvBdy.style.background='#FFFFFF'; dvBdy.style.filter='alpha(opacity=85)'; // IE dvBdy.style.opacity='0.85'; // FF } function checkElemBO(txt) { if (!txt || typeof(txt) != 'string') return false; if ((txt.indexOf('header')>-1)&&(txt.indexOf('body')>-1)&&(txt.indexOf('[')>-1)&&(txt.indexOf('[')>-1)) return true; else return false; } function scanBO(curNode) { if (checkElemBO(curNode.title)) { curNode.boHDR=getParam('header',curNode.title); curNode.boBDY=getParam('body',curNode.title); curNode.boCSSBDY=getParam('cssbody',curNode.title); curNode.boCSSHDR=getParam('cssheader',curNode.title); curNode.IEbugfix=(getParam('hideselects',curNode.title)=='on')?true:false; curNode.fixX=parseInt(getParam('fixedrelx',curNode.title)); curNode.fixY=parseInt(getParam('fixedrely',curNode.title)); curNode.absX=parseInt(getParam('fixedabsx',curNode.title)); curNode.absY=parseInt(getParam('fixedabsy',curNode.title)); curNode.offY=(getParam('offsety',curNode.title)!='')?parseInt(getParam('offsety',curNode.title)):10; curNode.offX=(getParam('offsetx',curNode.title)!='')?parseInt(getParam('offsetx',curNode.title)):10; curNode.fade=(getParam('fade',curNode.title)=='on')?true:false; curNode.fadespeed=(getParam('fadespeed',curNode.title)!='')?getParam('fadespeed',curNode.title):0.04; curNode.delay=(getParam('delay',curNode.title)!='')?parseInt(getParam('delay',curNode.title)):0; if (getParam('requireclick',curNode.title)=='on') { curNode.requireclick=true; document.all?curNode.attachEvent('onclick',showHideBox):curNode.addEventListener('click',showHideBox,false); document.all?curNode.attachEvent('onmouseover',hideBox):curNode.addEventListener('mouseover',hideBox,false); } else {// Note : if requireclick is on the stop clicks are ignored if (getParam('doubleclickstop',curNode.title)!='off') { document.all?curNode.attachEvent('ondblclick',pauseBox):curNode.addEventListener('dblclick',pauseBox,false); } if (getParam('singleclickstop',curNode.title)=='on') { document.all?curNode.attachEvent('onclick',pauseBox):curNode.addEventListener('click',pauseBox,false); } } curNode.windowLock=getParam('windowlock',curNode.title).toLowerCase()=='off'?false:true; curNode.title=''; curNode.hasbox=1; } else curNode.hasbox=2; } function getParam(param,list) { var reg = new RegExp('([^a-zA-Z]' + param + '|^' + param + ')\\s*=\\s*\\[\\s*(((\\[\\[)|(\\]\\])|([^\\]\\[]))*)\\s*\\]'); var res = reg.exec(list); var returnvar; if(res) return res[2].replace('[[','[').replace(']]',']'); else return ''; } function Left(elem){ var x=0; if (elem.calcLeft) return elem.calcLeft; var oElem=elem; while(elem){ if ((elem.currentStyle)&& (!isNaN(parseInt(elem.currentStyle.borderLeftWidth)))&&(x!=0)) x+=parseInt(elem.currentStyle.borderLeftWidth); x+=elem.offsetLeft; elem=elem.offsetParent; } oElem.calcLeft=x; return x; } function Top(elem){ var x=0; if (elem.calcTop) return elem.calcTop; var oElem=elem; while(elem){ if ((elem.currentStyle)&& (!isNaN(parseInt(elem.currentStyle.borderTopWidth)))&&(x!=0)) x+=parseInt(elem.currentStyle.borderTopWidth); x+=elem.offsetTop; elem=elem.offsetParent; } oElem.calcTop=x; return x; } var ah,ab; function applyStyles() { if(ab) oDv.removeChild(dvBdy); if (ah) oDv.removeChild(dvHdr); dvHdr=document.createElement("div"); dvBdy=document.createElement("div"); CBE.boCSSBDY?dvBdy.className=CBE.boCSSBDY:defBdyStyle(); CBE.boCSSHDR?dvHdr.className=CBE.boCSSHDR:defHdrStyle(); dvHdr.innerHTML=CBE.boHDR; dvBdy.innerHTML=CBE.boBDY; ah=false; ab=false; if (CBE.boHDR!='') { oDv.appendChild(dvHdr); ah=true; } if (CBE.boBDY!=''){ oDv.appendChild(dvBdy); ab=true; } } var CSE,iterElem,LSE,CBE,LBE, totalScrollLeft, totalScrollTop, width, height ; var ini=false; // Customised function for inner window dimension function SHW() { if (document.body && (document.body.clientWidth !=0)) { width=document.body.clientWidth; height=document.body.clientHeight; } if (document.documentElement && (document.documentElement.clientWidth!=0) && (document.body.clientWidth + 20 >= document.documentElement.clientWidth)) { width=document.documentElement.clientWidth; height=document.documentElement.clientHeight; } return [width,height]; } var ID=null; function moveMouse(e) { //boxMove=true; e?evt=e:evt=event; CSE=evt.target?evt.target:evt.srcElement; if (!CSE.hasbox) { // Note we need to scan up DOM here, some elements like TR don't get triggered as srcElement iElem=CSE; while ((iElem.parentNode) && (!iElem.hasbox)) { scanBO(iElem); iElem=iElem.parentNode; } } if ((CSE!=LSE)&&(!isChild(CSE,dvHdr))&&(!isChild(CSE,dvBdy))){ if (!CSE.boxItem) { iterElem=CSE; while ((iterElem.hasbox==2)&&(iterElem.parentNode)) iterElem=iterElem.parentNode; CSE.boxItem=iterElem; } iterElem=CSE.boxItem; if (CSE.boxItem&&(CSE.boxItem.hasbox==1)) { LBE=CBE; CBE=iterElem; if (CBE!=LBE) { applyStyles(); if (!CBE.requireclick) if (CBE.fade) { if (ID!=null) clearTimeout(ID); ID=setTimeout("fadeIn("+CBE.fadespeed+")",CBE.delay); } else { if (ID!=null) clearTimeout(ID); COL=1; ID=setTimeout("oDv.style.visibility='visible';ID=null;",CBE.delay); } if (CBE.IEbugfix) {hideSelects();} fixposx=!isNaN(CBE.fixX)?Left(CBE)+CBE.fixX:CBE.absX; fixposy=!isNaN(CBE.fixY)?Top(CBE)+CBE.fixY:CBE.absY; lockX=0; lockY=0; boxMove=true; ox=CBE.offX?CBE.offX:10; oy=CBE.offY?CBE.offY:10; } } else if (!isChild(CSE,dvHdr) && !isChild(CSE,dvBdy) && (boxMove)) { // The conditional here fixes flickering between tables cells. if ((!isChild(CBE,CSE)) || (CSE.tagName!='TABLE')) { CBE=null; if (ID!=null) clearTimeout(ID); fadeOut(); showSelects(); } } LSE=CSE; } else if (((isChild(CSE,dvHdr) || isChild(CSE,dvBdy))&&(boxMove))) { totalScrollLeft=0; totalScrollTop=0; iterElem=CSE; while(iterElem) { if(!isNaN(parseInt(iterElem.scrollTop))) totalScrollTop+=parseInt(iterElem.scrollTop); if(!isNaN(parseInt(iterElem.scrollLeft))) totalScrollLeft+=parseInt(iterElem.scrollLeft); iterElem=iterElem.parentNode; } if (CBE!=null) { boxLeft=Left(CBE)-totalScrollLeft; boxRight=parseInt(Left(CBE)+CBE.offsetWidth)-totalScrollLeft; boxTop=Top(CBE)-totalScrollTop; boxBottom=parseInt(Top(CBE)+CBE.offsetHeight)-totalScrollTop; doCheck(); } } if (boxMove&&CBE) { // This added to alleviate bug in IE6 w.r.t DOCTYPE bodyScrollTop=document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop; bodyScrollLet=document.documentElement&&document.documentElement.scrollLeft?document.documentElement.scrollLeft:document.body.scrollLeft; mouseX=evt.pageX?evt.pageX-bodyScrollLet:evt.clientX-document.body.clientLeft; mouseY=evt.pageY?evt.pageY-bodyScrollTop:evt.clientY-document.body.clientTop; if ((CBE)&&(CBE.windowLock)) { mouseY < -oy?lockY=-mouseY-oy:lockY=0; mouseX < -ox?lockX=-mouseX-ox:lockX=0; mouseY > (SHW()[1]-oDv.offsetHeight-oy)?lockY=-mouseY+SHW()[1]-oDv.offsetHeight-oy:lockY=lockY; mouseX > (SHW()[0]-dvBdy.offsetWidth-ox)?lockX=-mouseX-ox+SHW()[0]-dvBdy.offsetWidth:lockX=lockX; } oDv.style.left=((fixposx)||(fixposx==0))?fixposx:bodyScrollLet+mouseX+ox+lockX+"px"; oDv.style.top=((fixposy)||(fixposy==0))?fixposy:bodyScrollTop+mouseY+oy+lockY+"px"; } } function doCheck() { if ( (mouseX < boxLeft) || (mouseX >boxRight) || (mouseY < boxTop) || (mouseY > boxBottom)) { if (!CBE.requireclick) fadeOut(); if (CBE.IEbugfix) {showSelects();} CBE=null; } } function pauseBox(e) { e?evt=e:evt=event; boxMove=false; evt.cancelBubble=true; } function showHideBox(e) { oDv.style.visibility=(oDv.style.visibility!='visible')?'visible':'hidden'; } function hideBox(e) { oDv.style.visibility='hidden'; } var COL=0; var stopfade=false; function fadeIn(fs) { ID=null; COL=0; oDv.style.visibility='visible'; fadeIn2(fs); } function fadeIn2(fs) { COL=COL+fs; COL=(COL>1)?1:COL; oDv.style.filter='alpha(opacity='+parseInt(100*COL)+')'; oDv.style.opacity=COL; if (COL<1) setTimeout("fadeIn2("+fs+")",20); } function fadeOut() { oDv.style.visibility='hidden'; } function isChild(s,d) { while(s) { if (s==d) return true; s=s.parentNode; } return false; } var cSrc; function checkMove(e) { e?evt=e:evt=event; cSrc=evt.target?evt.target:evt.srcElement; if ((!boxMove)&&(!isChild(cSrc,oDv))) { fadeOut(); if (CBE&&CBE.IEbugfix) {showSelects();} boxMove=true; CBE=null; } } function showSelects(){ var elements = document.getElementsByTagName("select"); for (i=0;i< elements.length;i++){ elements[i].style.visibility='visible'; } } function hideSelects(){ var elements = document.getElementsByTagName("select"); for (i=0;i< elements.length;i++){ elements[i].style.visibility='hidden'; } } function onProfileLoad() { tombol_comment=document.getElementById("content_18").getElementsByTagName("div")[0]; tombol_comment.style.textAlign="center"; tombol_comment.innerHTML=" "; for (i=0;i<10;i++) { fotosrc=document.getElementById("18").getElementsByTagName("td")[2*i].getElementsByTagName("div")[0].getElementsByTagName("img")[0].getAttribute("src"); tglPost=document.getElementById("content_18").getElementsByTagName("ul")[0+1*i].getElementsByTagName("li")[1].innerHTML; komensrc=document.getElementById("content_18").getElementsByTagName("ul")[0+1*i].getElementsByTagName("li")[2].innerHTML; ulcomment=document.getElementById("18").getElementsByTagName("td")[2*i+1].getElementsByTagName("ul")[0]; linkcommentor=ulcomment.getElementsByTagName("li")[0].getElementsByTagName("a")[0]; commentorName=linkcommentor.innerHTML.replace(/"/g,"").replace(/'/g,""); commentorHref=linkcommentor.getAttribute("href"); tombol_comment.innerHTML+="<span style='padding-left:5px;'><a href='"+commentorHref+"'><img src=\"http://h1.ripway.com/burjer/b3nreyno/testi/"+i+".png\" height=\"35px\" width=\"35px\" class=\"imgblock75\" title=\"header=[<img src='"+fotosrc+"' style='width:164px;border:2px solid #990000;'><br><br>"+commentorName+"<br>] body=["+tglPost.replace(/"/g,'')+"<br>"+komensrc.replace(/"/g,'').replace(/([*\[]|[*\]])/g,'*')+"]\"></a></span>"; divcomment=document.getElementById("content_18").getElementsByTagName("div")[2*i+1]; divcomment.style.display="none"; fototd=document.getElementById("18").getElementsByTagName("td")[2*i]; fototd.style.display="none"; } } //------------end[/quote] is there any mistake with my code?? its not working with my proffy.. :cry:
em0sha
» Banned
FTalk Level: zero
408
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

nice job keep it up :thumbsup:
♥ Banned Queen ♥
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

[quote=creyon]tombol_comment=document.getElementById("content_18").getElementsByTagName("div")[0]; tombol_comment.style.textAlign="center"; tombol_comment.innerHTML=" "; for (i=0;i<10;i++) { fotosrc=document.getElementById("18").getElementsByTagName("td")[2*i].getElementsByTagName("div")[0].getElementsByTagName("img")[0].getAttribute("src"); tglPost=document.getElementById("content_18").getElementsByTagName("ul")[0+1*i].getElementsByTagName("li")[1].innerHTML; komensrc=document.getElementById("content_18").getElementsByTagName("ul")[0+1*i].getElementsByTagName("li")[2].innerHTML; ulcomment=document.getElementById("18").getElementsByTagName("td")[2*i+1].getElementsByTagName("ul")[0]; linkcommentor=ulcomment.getElementsByTagName("li")[0].getElementsByTagName("a")[0]; commentorName=linkcommentor.innerHTML.replace(/"/g,"").replace(/'/g,""); commentorHref=linkcommentor.getAttribute("href"); tombol_comment.innerHTML+="<span style='padding-left:5px;'><a href='"+commentorHref+"'><img src=\"http://h1.ripway.com/burjer/b3nreyno/testi/"+i+".png\" height=\"35px\" width=\"35px\" class=\"imgblock75\" title=\"header=[<img src='"+fotosrc+"' style='width:164px;border:2px solid #990000;'><br><br>"+commentorName+"<br>] body=["+tglPost.replace(/"/g,'')+"<br>"+komensrc.replace(/"/g,'').replace(/([*\[]|[*\]])/g,'*')+"]\"></a></span>"; divcomment=document.getElementById("content_18").getElementsByTagName("div")[2*i+1]; divcomment.style.display="none"; fototd=document.getElementById("18").getElementsByTagName("td")[2*i]; fototd.style.display="none"; }[/quote] put it in ur add box
greatpretender22
» FTalker
FTalk Level: zero
181
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

nice!!! i'm going to use this. weeeee.
zandra
» n00b
FTalk Level: zero
34
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

hi! nice codes... I was able to finally make it work in my test page... How can I make the grafix appear in two rows for IE? It appears in a row and stretches the main boxes to the right..
andrianalfspirit
» n00b
FTalk Level: zero
5
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

dear KhErMiNaToR, i have just entered this site yesterday..:D can you help me...what i have to do to put a banner in my FS page? i feel cofuse about all code available in this site. i am the beginner....what starting point i have to pay atention about placing banner image? thanks for your consideration.:rose:
airu-shou
» n00b
FTalk Level: zero
31
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

waw nice code ! going to use this one too ^^ thank u
i i LeA i i
» FTalkAgent
FTalk Level: zero
2099
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

[quote=jordanrules]How do you remove the embedded graphics and leave the text comments instead?[/quote] put this on your css extension..:thumbsdown: <">
tanchipotpot
» FTalker
FTalk Level: zero
113
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

nice preview!! gotta try this.. thankyou..:)
asakura06
» n00b
FTalk Level: zero
34
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

@kherminator ive been using this code for a long time now.. but it seems there is something wrong with it for now.. here's my profile.. [url]http://profiles.friendster.com/user.php?uid=8181109[/url] it seems that some of the comments are still going outside the pics... here is my js code (this is my internet explorer code) [url]http://h1.ripway.com/asakura06/aaron/javascript2.js[/url] tnx in advanz... uhm..i think i didn't thank you when i got these codes.. so thankz for (belated) hehe.. it's awesome in my profile.... last time.. :)
milfiel1424
» n00b
FTalk Level: zero
80
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

:rose: wow cool thnx for sharing :) :wow:
asakura06
» n00b
FTalk Level: zero
34
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

how will i inject these: [url]http://theftalk.com/t23498-Instant-Photo-Images.html[/url] in the pictures(the one that u will hover) of ur 'tooltip testimonial'
hideki04
» n00b
FTalk Level: zero
42
0
1969-12-31

Re: [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

Im gonna try this.Thanks
  • ARCHIVES 
  • » [url=http://h1.ripway.com/kherminator2/premade/tooltipscomment.html][b]PREVIEW[/b][/url] [img]http://h1.ripway.com/kherminator/background/COMENT.bmp[/img] :arrow: copy this code on your js [code]/

Pages: 1..1234567891011

Board footer

© 2024 F Talk

Current time is 22:35

[ 9 queries - 0.086 second ]
Privacy Policy