• ARCHIVES 
  • » first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

Pages: 123

first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

HyoutoN
» FTalker
FTalk Level: zero
149
0
1969-12-31

first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is something.. (text...or image) that shown.. when you hovered your mouse to an object in our page[/b] a lil preview [img]http://h1.ripway.com/akeboshi227/Tracker/tooltip.jpg[/img] okay now lets begin.. first you have to copy-paste this code into your external.js or tracker.js <">pretty long isn't it..? :D okay .. now you have the function.. now how to make it work.. :question: the common format for tooltips is like this.. [quote]title="parameter1=[value1] parameter2=[value2] parameter3=[value3]......"[/quote] Parameter Header. Default value = blank Value = string for header. Parameter Body. Default value = blank Value y = string body of the tooltips. Parameter Fadespeed. Default value = 0.04 Value = between 0 - 1 to make how fast tooltips show (fade in). Parameter Delay. Default value = 0 Value = integer delay for tooltips to show [b]for example [/b]: [quote]<DIV style="BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 75px"> value of DIV bla bla bla </DIV>[/quote] now with tooltips [quote]<DIV [b]title="header=[ Header] body=[ Your TXT tooltips][/b]" style="BORDER: #558844 1px solid;WIDTH:200px;HEIGHT: 75px"> DIV bla bla bla </DIV>[/quote] if you want your tooltips with image (GIF,JPG,PNG) <">another example (in my tracker.js) put this at the bottomest of your tracker.js [quote]// Review Box h=document.getElementById("12").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[REVIEWS] body=[Tooltips body TXT or Image]\">BOX HEADER</div>"; // CONTROLPANEL BOX h=document.getElementById("controlpanel_header"); h.innerHTML="<div title=\"header=[HEADER] body=[Tooltips TXT or Image]\">=[BOX HEADERt]=</div>"; // PUBLICCOMMENT BOX h=document.getElementById("18").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[TOOLTIPS HEADER] body=[Tooltips body TXT or Image]\">BOX HEADER</div>"; and so on..... // MOREABOUT BOX h=document.getElementById("6").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[............] body=[....................]\">.................</div>"; // PHOTOS h=document.getElementById("1").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[......................] body=[.......................]\">.................</div>";[/quote] and this inside your onload handler [quote]//FRIENDS h=document.getElementById("2").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[....................] body=[...........................]\">........................</div>"; //FAN h=document.getElementById("7").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[..................] body=[...............................]\">[..........................]</div>"; //Groups h=document.getElementById("8").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[....................] body=[.............................]\">[..................................]</div>";[/quote] and for the addbox [quote]addBox("RIGHT","blabla",kawanku,"ynu","2");[/quote] with tooltips [quote]addBox("RIGHT","<div title=\"header=[MORE FRIENDS] body=[Tmandnya ynu yG lain.. hehehe]\">[More Friends]</div>",kawanku,"ynu","2");[/quote] Study the code... use your creativity anyway you can edit this part [quote]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='StarTrek Film BT'; dvHdr.style.border='2px solid #000000'; dvHdr.style.padding='4'; dvHdr.style.fontSize='15'; dvHdr.style.color='#ffffff'; dvHdr.style.background='#000000'; dvHdr.style.filter='alpha(opacity=85)'; // IE dvHdr.style.opacity='0.85'; // FF } function defBdyStyle() { dvBdy.style.borderBottom='2px solid #000000'; dvBdy.style.borderLeft='2px solid #000000'; dvBdy.style.borderRight='2px solid #000000'; dvBdy.style.width='170px'; dvBdy.style.fontFamily='StarTrek Film BT'; dvBdy.style.fontSize='14'; dvBdy.style.padding='4'; dvBdy.style.color='#000000'; dvBdy.style.background='#FFFFFF'; dvBdy.style.filter='alpha(opacity=85)'; // IE dvBdy.style.opacity='0.85'; // FF }[/quote] if you want your tooltips with rounded borders.. just paste this code [quote]dvHdr.style.MozBorderRadius='10px 10px 0px 0px';[/quote] in this part <">and this [quote]dvHdr.style.MozBorderRadius='0px 0px 10px 10px';[/quote] on this part <">EDIT : Now with Rounded Corners..hopt u like it :D #you should test it in other profile first to make it work :D Sorry for bad english.. For the preview http://profiles.friendster.com/goodboyflavour once more.. credits to :arrow: Nopathz [url]http://www.friendster.com/nopathz[/url]

Last edited by HyoutoN (2008-01-15 02:56:44)

Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

[color=red]Thanks for this idea[/color]... :)
andreapaula08
» n00b
FTalk Level: zero
54
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

What is this code for?
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

berry nice :D :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

[quote=andreapaula08]What is this code for?[/quote] [quote]What is Tool Tips anyway..? tooltips is something.. (text...or image) that shown.. when you hovered your mouse to an object in our page[/quote]
HyoutoN
» FTalker
FTalk Level: zero
149
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

@lordheinz n shakiro Thx dude :) @andreapaula read the first post please :wallbash:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

Is there an english version?
HyoutoN
» FTalker
FTalk Level: zero
149
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

[quote]// CONTROLPANEL BOX h=document.getElementById("controlpanel_header"); h.innerHTML="[b]<div title=\"header=[BLABLABLA] body=[BLA BLA "+pageViewerFName+". BLABLABLA..[/b]<img src='http://i199.photobucket.com/albums/aa211/akeboshi227/Dead_by_DeadAccount.gif'>]\">=[b][BLABLA][/b]=</div>";[/quote] you can change the bold part ( BLABLA) by yourself.. umm i'm sorry bob i don't know what you mean :wallbash: :wallbash:
Afzulnizam
» SuperFTalker
FTalk Level: zero
8122
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

Nice...working In My Profile.....terima Kasih...
~*~cute~*~
» FTalker
FTalk Level: zero
219
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

yay!! its working on mine!! thanks for sharing this!! LOLZ!!! how about for your blogs??? hehehehe... juzt asking!! thanks!!

Last edited by ~*~cute~*~ (2007-12-27 19:31:00)

Psyanne
» FTalker
FTalk Level: zero
127
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

I'll try this one later dude thanks, i can apply rounded corners on tooltips yes? if so then cool TIA
HyoutoN
» FTalker
FTalk Level: zero
149
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

@psyanne try it.. =) yeah it will cool :D :thumbsup: hey psyanne i love your profile :wow: @cute [quote]// Blogs Box h=document.getElementById("13").getElementsByTagName("h2")[0]; h.innerHTML="<div title=\"header=[HEADER] body=[TOOLTIPS VALUE ]\">BOX HEADER</div>";[/quote]
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

cool one! ;) :thumbsup:
~*~cute~*~
» FTalker
FTalk Level: zero
219
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

ohh!! thanks for the code!! hehehehe....
snypzelle
» FTalkElite
FTalk Level: zero
5233
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

w0w! nice script. thx for sharing
sahabat.peterpan
» FTalkWhiz
FTalk Level: zero
2815
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

great! :thumbsup: thanks 4 share bro yanu :D
parlay
» FTalkAddict
FTalk Level: zero
427
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

Awesome code... must try this :thumbsup:
ﻱόρнįżт&#30
» n00b
FTalk Level: zero
73
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

nicee trick aa =) :thumbsup: :thumbsup:
Refresh/Reload
» FTalkAddict
FTalk Level: zero
332
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

I found a version 2 of this in Friendster Indonesia tweaking entirely the public comments box... i wish somebody can post that here in english... coz it's very very cool!! =) anyways... Thanx for sharing this... :thumbsup:
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

[quote=Refresh/Reload]I found a version 2 of this in Friendster Indonesia tweaking entirely the public comments box... i wish somebody can post that here in english... coz it's very very cool!! =) anyways... Thanx for sharing this... :thumbsup:[/quote] yah iv seen as well this kind of trick refresh from someones profile..hes an indnesian..damn so cool.. its like if your hovering his comments,an image of the commentor will pop up..cool isnt it? :arrow: hope someone will explain this in a easiest way so that we will understand further... :(

Last edited by lordheinz (2008-01-14 13:17:50)

  • ARCHIVES 
  • » first to say it's full credit to my friend from FT indonesia [b]Nopathz [/b] :wow: you're the best :wow: for this script.. [color=#FF0000]What is Tool Tips anyway..?[/color] [b]tooltips is somet

Pages: 123

Board footer

© 2024 F Talk

Current time is 16:30

[ 13 queries - 0.044 second ]
Privacy Policy