• ARCHIVES 
  • » [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

Pages: 1

[b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

[b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

[b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the two codes, A new idea had come out, regarding featured friends. As we all remember, Somebody already posted Friend lists w/ caption before, It was years ago. I think :D[/b] Just like the following interpretations of some outstanding contributors: [url=http://theftalk.com/t5751-Friendlist-With-Caption---Updated-Jun-17-08.html]By renalvir[/url] [url=http://theftalk.com/t3361-Friendlists-Caption.html]By Tazmaine[/url] [url=http://theftalk.com/t7326-Friendlist-Caption-Version-2.0-%28-Updated-16-Nov-%29.html]By mdirwan[/url] [quote][b]Description[/b]: [b][color=orange]Turn your featured friends into an advanced friendlists with caption.[/color][/b] [b]Features:[/b] -Added: A spoiler code in it. Not just a simple caption. The spoiler in this trick resembles the spoiler bb code here in FTALK -Added: Zoom effect- Whenever the viewer, put his/her mouse pointer over a friend's pic. It will create a well splendid zoom effect. It is for the viewer to see the image clearly enough.[/quote] screenies :thumbsdown: [b]onload:[/b] [img]http://i40.tinypic.com/33z6yk8.jpg[/img] [b]on click spoiler[/b] [img]http://i39.tinypic.com/mtm1og.jpg[/img] [b]zoom effect mouse over pic[/b] [img]http://i43.tinypic.com/207q1j7.jpg[/img] Now lets start, Step by Step tut: [b]Step1:[/b] [i] first, paste this bunch of codes,into ur css extension file[/i] This can be modified, according to your preferences. {STYLE} <">[quote][b][color=#FF0000]UPDATE as of March 31,09[/color][/b] [i]If you want to put BG (Background image) Inside your spoiler You may add this in your css extension file:[/i][/quote] [quote].inner { background: #9040d3 url([b]IMAGE URL HERE[/b]); }[/quote] [b] Step2:[/b] [i]This one is for your JS EXTENSION! Edit the bold parts:[/i] [quote]var zoom = document.createElement("script"); zoom.type = "text/javascript"; zoom.src = "http://www.stormpages.com/xiruki/xiru/zoom.js"; document.getElementsByTagName("head")[0].appendChild(zoom); //Advanced Friendlists w/ caption [spoiler & zoom effect collaboration] // IDEA MADE BY XIRUKI [credits to: Javascript-FX] function showSpoiler(obj) { var inner = obj.parentNode.getElementsByTagName("div")[0]; if (inner.style.display == "none") inner.style.display = ""; else inner.style.display = "none"; } window.addEvent('domready', function() { var cp ="<center><table border='1' cellpadding='2' cellspacing='1' width='100%' height='25%'><tr><th bgcolor='gray'><font size='4' color='#000000'>Friends</font></th><th bgcolor='gray'><font size='4' color='#000000'>Descriptions</font></th></tr><tr bgcolor='#000000'><td width='60%'><center><a href='[b]FS ID OF FRIEND 1[/b]'><img src='[b]IMAGE URL F 1[/b]' width='90' height='90' onMouseOver='JSFX.zoomIn(this, 10, 50)' onMouseOut='JSFX.zoomOut(this)'/><br><a href='[b]FS ID OF FRIEND 1 [/b]'>[b]FRIEND 1 name[/b]</a></center></td><td width='100%'><div class='spoiler'><input type='button' onclick='showSpoiler(this);' value='Description'/><div class='inner' style='display:none;'>[b]she's nice and cool[/b]</div></div></td></tr><tr bgcolor='#000000'><td width='60%'><center><a href='[b]FS ID OF FRIEND 2[/b]'><img src='[b]IMAGE URL F 2[/b]' width='90' height='90' onMouseOver='JSFX.zoomIn(this, 10, 50)' onMouseOut='JSFX.zoomOut(this)'/><br><a href='[b]FS ID OF FRIEND 2 [/b]'>[b]FRIEND 2 name[/b]</a></center></td><td width='100%'><div class='spoiler'><input type='button' onclick='showSpoiler(this);' value='Description'/><div class='inner' style='display:none;'>[b]from naruto manga comics, i find her beautiful[/b]</div></div></td></tr><tr bgcolor='#000000'><td width='60%'><center><a href='[b]FS ID OF FRIEND 3 [/b]'><img src='[b]IMAGE URL F 3[/b]' width='90' height='90' onMouseOver='JSFX.zoomIn(this, 10, 50)' onMouseOut='JSFX.zoomOut(this)'/><br><a href='[b]FS ID OF FRIEND 3[/b] '>[b]FRIEND 3 name[/b]</a></center></td><td width='100%'><div class='spoiler'><input type='button' onclick='showSpoiler(this);' value='Description'/><div class='inner' style='display:none;'>[b]she's pretty! my crush heehe[/b]</div></div></td></tr><tr bgcolor='#000000'><td width='60%'><center><a href='[b]FS ID OF FRIEND 4[/b]'><img src='[b]IMAGE URL F 4[/b]' width='90' height='90' onMouseOver='JSFX.zoomIn(this, 10, 50)' onMouseOut='JSFX.zoomOut(this)'/><br><a href='[b]FS ID OF FRIEND 4[/b]'>[b]FRIEND 4 name[/b]</a></center></td><td width='100%'><div class='spoiler'><input type='button' onclick='showSpoiler(this);' value='Description'/><div class='inner' style='display:none;'>[b]cool guy![/b]</div></div></td></tr><tr bgcolor='#000000'><td width='60%'><center><a href='[b]FS ID OF FRIEND 5 [/b]'><img src='[b]IMAGE URL F 5[/b]' width='90' height='90' onMouseOver='JSFX.zoomIn(this, 10, 50)' onMouseOut='JSFX.zoomOut(this)'/><br><a href='[b]FS ID OF FRIEND 5[/b]'>[b]FRIEND 5 name[/b]</a></center></td><td width='100%'><div class='spoiler'><input type='button' onclick='showSpoiler(this);' value='Description'/><div class='inner' style='display:none;'>[b]a strong friend of mine[/b]</div></div></td></tr></table><table border='1' cellpadding='2' cellspacing='1' width='100%' height='17%'><tr bgcolor='#000000'><td width='60%'><center><a href='http://www.friendster.com/friends/[b]UR FS ID HERE[/b]'>[b]View all 10986 friends[/b]</a></center></td></tr></table></center>"; document.getElementById('content_2').style.height='100%'; document.getElementById('content_2').style.overflowY='hidden'; document.getElementById('content_2').innerHTML =cp; });[/quote] [url=http://shirux.fileave.com/spoilerflist.html]QUICK PREVIEW[/url] [url=http://profiles.friendster.com/31744801]TESTED IN FF ONLY[/url] [b][color=violet]However im still findin out, the solution for IE. =)[/color] [/b] credits: [b] Me Javascript-fx Renalvir Tazmaine Mdirwan[/b]

Last edited by ---xXirukiTepe--- (2009-06-01 09:10:21)

rebora2007
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

first to comment :D WoOw so cool thanks for sharing sis keep it up good work !! :):thumbsup: And by the way it works perfectly for me in IE !

Last edited by rebora2007 (2009-01-28 08:02:15)

ilubmuffins02
» FTalker
FTalk Level: zero
179
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

waaw.thnx for sharing....!!!!!!!!!!!!!!!!!!!!! laab it.. :) :) perfect..
watashi
» n00b
FTalk Level: zero
86
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

thinks its better if you can provide us a friendster preview :| nice trick =)
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

That is really nice :D I will be using this for sure this weekend when i have time to update my codes =) Thanks for sharing :thumbsup:
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

spoiler + caption in one! haha! nice trick! i'll try this trick.. nice sharing sis ;):thumbsup:
EleeGirl
» FTalkWhiz
FTalk Level: zero
3233
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

wow! This is the coolest trick ever.love it .:wow: can u teach me how to make codes? :crybaby: I dont even know how to make a single code! add me in yahoo & teach me pls,siz. [spoiler]princess_eleena@yahoo.com[/spoiler]
---xXirukiTepe---
» SuperFTalker
FTalk Level: zero
8896
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

[quote=watashi]hinks its better if you can provide us a friendster preview :| nice trick =)[/quote] yea bro here [url]http://profiles.friendster.com/31744801[/url] [b]@all- thanks :lol: :thumbsup:[/b]
hadez_rey
» FTalker
FTalk Level: zero
138
0
1969-12-31

Re: [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

nice trick for friendslist.........its great!
  • ARCHIVES 
  • » [b]I experimented 2 scripts, and arrive @ this new perception. Haha First i saw zoom image effect, in JFX site , then i saw a spoiler code in html forums around the site. So when i tried to merge the

Pages: 1

Board footer

© 2025 F Talk

Current time is 13:41

[ 10 queries - 0.027 second ]
Privacy Policy