• ARCHIVES 
  • » this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

Pages: 1234567891011..11

this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

@cursedkiddo25 this trick is for CSS profile but it also can in overlay profile
++ ameonna ++
» n00b
FTalk Level: zero
23
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

i'm using overlayout...wer will i put the 2 codes?...i really like this..cool! :thumbsup:
feruzz
» Banned
FTalk Level: zero
1557
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

[quote=++ ameonna ++]i'm using overlayout...wer will i put the 2 codes?...i really like this..cool! :thumbsup:[/quote] put it in between your <html> </html> code [url=http://www.quackit.com/html/tutorial/]About HTML Here[/url]

Last edited by feruzz (2007-05-18 15:56:11)

Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

yap right for overlay inside your head section put this all [quote]<DIV id="fadeinbox"><br /> <div align="right"><a href="#" onClick="hidefadebox();return false"> <img src="http://h1.ripway.com/maineortiz/x.gif" border="0" width="15" height="15"></a><br /> </div><br><br /> <div align="justify"><div align="center"> <p>eLow 2 aLL</p></div></div><br><br /> </DIV> <style type="text/css"> #fadeinbox{ position:absolute; width: 150px; border: 1px solid black; background-color: #bbddff; padding: 4px; visibility:hidden; font-family : Tahoma, Verdana; font-size : 11px; font-weight : normal; color : #666666; } </style> <script type="text/javascript"> /*********************************************** * Sticky Note script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * Go to http://www.dynamicdrive.com/ for full source code ***********************************************/ var displaymode="always" //(always or oncepersession) var enablefade="no" //("yes" to enable fade in effect, "no" to disable) var autohidebox=["yes", 10] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds] var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no) ////////No need to edit beyond here/////////// if (parseInt(displaymode)!=NaN) var random_num=Math.floor(Math.random()*displaymode) function displayfadeinbox(){ var ie=document.all && !window.opera var dom=document.getElementById iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body objref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinbox var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset var docwidth=(ie)? iebody.clientWidth : window.innerWidth docheight=(ie)? iebody.clientHeight: window.innerHeight var objwidth=objref.offsetWidth objheight=objref.offsetHeight objref.style.left=docwidth/2-objwidth/2+"px" objref.style.top=scroll_top+docheight/2-objheight/2+"px" if (showonscroll=="yes") showonscrollvar=setInterval("staticfadebox()", 50) objref.style.visibility="visible" if (objref.style.MozOpacity){ mozfadevar=setInterval("mozfadefx()", 90) } else controlledhidebox() } function staticfadebox(){ var ie=document.all && !window.opera var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset objref.style.top=scroll_top+docheight/2-objheight/2+"px" } function hidefadebox(){ objref.style.visibility="hidden" if (typeof showonscrollvar!="undefined") clearInterval(showonscrollvar) } function controlledhidebox(){ if (autohidebox[0]=="yes"){ var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000 setTimeout("hidefadebox()", delayvar) } } function initfunction(){ setTimeout("displayfadeinbox()", 100) } function get_cookie(Name) { var search = Name + "=" var returnvalue = "" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){ if (window.addEventListener) window.addEventListener("load", initfunction, false) else if (window.attachEvent) window.attachEvent("onload", initfunction) } </script>[/quote]
yeng29
» FTalker
FTalk Level: zero
140
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

ate maine!! why it does'nt work on my profile?? is there something wrong.....!
teyalubsyael
» n00b
FTalk Level: zero
8
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

hnd me makapag lagay ng ava kainis!!
Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

@yeng if the code doesnt work maybe theres a conflict within your scripts ^^//
johnz_punksz21
» FTalkAddict
FTalk Level: zero
382
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

:( where do i suppose to put the .js code ====>about me?? ,reviews?
Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

you can both use that box (in the about me, and the review box)
allabouthun
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

soooo cute! :thumbsup:
blueice
» n00b
FTalk Level: zero
8
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

:thumbsup: nice code!!!
kristina16
» SuperFTalker
FTalk Level: zero
9156
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

does anybody know where i can get some premade welcome picz...??? :question:
frolickfriendster
» FTalkAddict
FTalk Level: zero
310
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

HI Tazmaine. Thank you for this code. I love it. See the action on my profile. Hihihi :D
frolickfriendster
» FTalkAddict
FTalk Level: zero
310
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

[quote=Tazmaine]hello friends, wanna share dis 2 u all..hehe i discover how to put dis script in our fs.. dont ever rip my code..it will just make you difficulty just ask me and ill give it.. n sori if i reply late sumtyms this site is cannot be diplayed eh see it in action [url]www.friendster.com/june211989[/url] its an welcome alert box...that u can design/resize on what way you like... u can put images/messges inside..u can declare if u wnt 2 stay it in (x) seconds even without pressing the close button... [b]1st-put this in ur CSS code, u can change the style[/b] <">[b]2nd-put this function in your JS script,[/b] [quote]//whahahahahaha function maine() { var tame = window.parent.document.getElementById('[i]reviews_1_4[/i]').innerHTML; var mhen = "<DIV id='fadeinbox'><br /><div align='right'><a href='#' onClick='hidefadebox();return false'><img src='[i]x.gif[/i]' border='0' width='15' height='15'></a><br /></div><br><br /><div align='justify'><div align='center'>[i]CONTENTS[/i]</div></div><br><br /></DIV>"; window.parent.document.getElementById('[i]reviews_1_4[/i]').innerHTML = mhen; } document.write('<body onload="maine()">') ; //i use [i]reviews_1_4[/i] so i can also hide it.. but u can also use other div id, ex: blogs_1_3, groups_2_5, etc //[i]x.gif[/i] is the close button host it in ur OWN hosting site ex: http://photobucket.com //u can create ur own x.gif just create it in 15x15 size //[i]CONTENT[/i] <----- edit this to the images and messages u like [b]last-put this script in your JS code[/b] /*********************************************** * Sticky Note script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * Go to http://www.dynamicdrive.com/ for full source code ***********************************************/ var displaymode="always" //(always or oncepersession) will tell dis if every refresh it will come out or not var enablefade="no" //("yes" to enable fade in effect, "no" to disable) better no, if yes it will be laggish var autohidebox=["yes", 10] //Automatically hide box after x seconds? [yes/no, if_yes_hide_after_seconds] var showonscroll="yes" //Should box remain visible even when user scrolls page? ("yes"/"no) ////////No need to edit beyond here/////////// if (parseInt(displaymode)!=NaN) var random_num=Math.floor(Math.random()*displaymode) function displayfadeinbox(){ var ie=document.all && !window.opera var dom=document.getElementById iebody=(document.compatMode=="CSS1Compat")? document.documentElement : document.body objref=(dom)? document.getElementById("fadeinbox") : document.all.fadeinbox var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset var docwidth=(ie)? iebody.clientWidth : window.innerWidth docheight=(ie)? iebody.clientHeight: window.innerHeight var objwidth=objref.offsetWidth objheight=objref.offsetHeight objref.style.left=docwidth/2-objwidth/2+"px" objref.style.top=scroll_top+docheight/2-objheight/2+"px" if (showonscroll=="yes") showonscrollvar=setInterval("staticfadebox()", 50) objref.style.visibility="visible" if (objref.style.MozOpacity){ mozfadevar=setInterval("mozfadefx()", 90) } else controlledhidebox() } function staticfadebox(){ var ie=document.all && !window.opera var scroll_top=(ie)? iebody.scrollTop : window.pageYOffset objref.style.top=scroll_top+docheight/2-objheight/2+"px" } function hidefadebox(){ objref.style.visibility="hidden" if (typeof showonscrollvar!="undefined") clearInterval(showonscrollvar) } function controlledhidebox(){ if (autohidebox[0]=="yes"){ var delayvar=(enablefade=="yes" && objref.filters)? (autohidebox[1]+objref.filters[0].duration)*1000 : autohidebox[1]*1000 setTimeout("hidefadebox()", delayvar) } } function initfunction(){ setTimeout("displayfadeinbox()", 100) } function get_cookie(Name) { var search = Name + "=" var returnvalue = "" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } if (displaymode=="oncepersession" && get_cookie("fadedin")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){ if (window.addEventListener) window.addEventListener("load", initfunction, false) else if (window.attachEvent) window.attachEvent("onload", initfunction) } //FINISH! hope u Lyk iT //u can PM if u want me 2 do the script for you...^_^ //june211989@yahoo.com......hehe comment me huh ^_~[/quote] [/quote] Tasmaine, if I want to use the media box and not the reviews_1_4 what do I use? Im using ads right now, but want to hide my media box and just turn off the ads on css. have look at my profile page.
++ ameonna ++
» n00b
FTalk Level: zero
23
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

ate..wer will i put the JS code? this one really rocks! :thumbsup:
yeng29
» FTalker
FTalk Level: zero
140
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

[quote=++ ameonna ++]ate..wer will i put the JS code? this one really rocks! :thumbsup:[/quote] here's the instruction :arrow: [url]http://theftalk.com/t2044-save-.js%28JavaScript%29-extension-customize-your-profile..html[/url]
Tazmaine
» FTalker
FTalk Level: zero
163
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

@frolick if u want to use media use scrapbook_1_8 this is the code: [quote]//whahahahahaha function maine() { var tame = window.parent.document.getElementById('scrapbook_1_8 ').innerHTML; var mhen = "<DIV id='fadeinbox'><br /><div align='right'><a href='#' onClick='hidefadebox();return false'><img src='x.gif' border='0' width='15' height='15'></a><br /></div><br><br /><div align='justify'><div align='center'>CONTENTS</div></div><br><br /></DIV>"; window.parent.document.getElementById('scrapbook_1_8').innerHTML = mhen; } document.write('<body onload="maine()">') ;[/quote] @++ ameonna ++ yeng is right read the tutorials so ull know, anyways if u ant still make it just PM me =)
lucknskill
» FTalkAgent
FTalk Level: zero
2123
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

whew..i can't get it hehehe...wait i'll just try and try again.. :retard:
091011
» n00b
FTalk Level: zero
57
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

:) Hello guys Im newbie here ! then i saw these code ! but the code is not clear ! how many time we ( not only me ) tried but its not working :/ ! hope theres someone who can help me about this code ! nice code but its not clear no RIGHT and EXACT explanation !:disgust: thanks and god bless ! Hope theres someone to help and to care to the newbie members like me ! :cry:

Last edited by 091011 (2007-05-27 02:14:48)

shunz_7
» FTalkGeek
FTalk Level: zero
1082
0
1969-12-31

Re: this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

[quote]:rose: woah!!...im amazed!!i love it!!...and your profile!!..but there's a problem!!>..it has virus!![/quote]
  • ARCHIVES 
  • » this is the simplest code for users to understand>>>>> :idea: js code, js extension and js script are all the same, dont be confious.. ^^ css code and css extension are all the same too.. url mea

Pages: 1234567891011..11

Board footer

© 2024 F Talk

Current time is 11:39

[ 9 queries - 0.603 second ]
Privacy Policy