• ARCHIVES 
  • » Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

Pages: 1

Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content...[/b] And Once Again All the Credits to [b]Cip[/b] and Dynamic Drive :wow: I edit some part of it and mixed it up with my addbox function so that it would work on Multiply Let's Start 1st Code..( ADDBOX FUNCTION ) Place This At the top of your Js Codes... <">If you already have the addbox function just place this code inside your Onload handler :arrow: [quote]var dropin ="<div align=\"center\"><center><input type=\"button\" value=\"[b]YOUR BUTTON LABEL[/b]\" onClick=\"javascript:redo()\"></center></div>"; addBox("siderail","[b]YOUR TITLE HERE[/b]",dropin,"dropin");[/quote] 2nd Code(The Function).. place it under your js code [quote]/*********************************************** * Drop-in content box: By Dynamic Drive * For full source code and more DHTML scripts, visit http://www.dynamicdrive.com * This credit MUST stay intact for use * Edited by: cip6192 * Multiply Version: blurrycloud ***********************************************/ document.write('<div id="dropin" style="position:absolute;visibility:hidden;left:250px;top:50px;width:???px;height:auto;background-color:transparent">'); document.write('<div class="drag" style="background-color: transparent;background-image:url(http://h1.ripway.com/cip619/dizzlerlayoutfiles/feature_title_bg.jpg);background-position:top center;background-attachment:scroll;background-repeat: repeat-x;border: 1px inset #1a1a1a;color:#000000;font-size:9pt;font-weight:bold;text-align: right;"> [Header Of Your Drop Box]'); document.write('<h2 id="header_drop"><a href="#" onClick=javascript:toggle3("content_dropin");><font color="#ffffff" size="2"><b>[Max/Min]</b></font> </a><a href="#" onClick="dismissbox();return false"><font color="#ffffff" size="2"> [Close Box]</b></font> </a></h2>'); document.write('<div align="center" id="content_dropin" >[b]PUT THE THING HERE[/b]</div>'); document.write('</div>'); document.write('</div>'); document.write('</div>'); //Specify rate of display (1/freq) var freq=100 var random_num=Math.floor(Math.random()*freq) if (random_num==0) window.onload=initbox var ie=document.all var dom=document.getElementById var ns4=document.layers var calunits=document.layers? "" : "px" var bouncelimit=32 //(must be divisible by 8) var direction="up" function initbox(){ if (!dom&&!ie&&!ns4) return crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin scroll_top=(ie)? truebody().scrollTop : window.pageYOffset crossobj.top=scroll_top-250+calunits crossobj.visibility=(dom||ie)? "visible" : "show" dropstart=setInterval("dropin()",50) } function dropin(){ scroll_top=(ie)? truebody().scrollTop : window.pageYOffset if (parseInt(crossobj.top)<100+scroll_top) crossobj.top=parseInt(crossobj.top)+40+calunits else{ clearInterval(dropstart) bouncestart=setInterval("bouncein()",50) } } function bouncein(){ crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits if (bouncelimit<0) bouncelimit+=8 bouncelimit=bouncelimit*-1 if (bouncelimit==0){ clearInterval(bouncestart) } } function dismissbox(){ if (window.bouncestart) clearInterval(bouncestart) crossobj.visibility="hidden" } function redo(){ bouncelimit=32 direction="up" initbox() } function truebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } /*********************************************** * Drag and Drop Script: © Dynamic Drive (http://www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for this script and 100s more. * Edited by: cip6192 * Multiply Version: blurrycloud ***********************************************/ var dragobject={ z: 0, x: 0, y: 0, offsetx : null, offsety : null, targetobj : null, dragapproved : 0, initialize:function(){ document.onmousedown=this.drag document.onmouseup=function(){this.dragapproved=0} }, drag:function(e){ var evtobj=window.event? window.event : e this.targetobj=window.event? event.srcElement : e.target if (this.targetobj.className=="drag"){ this.dragapproved=1 if (isNaN(parseInt(this.targetobj.style.left))){this.targetobj.style.left=0} if (isNaN(parseInt(this.targetobj.style.top))){this.targetobj.style.top=0} this.offsetx=parseInt(this.targetobj.style.left) this.offsety=parseInt(this.targetobj.style.top) this.x=evtobj.clientX this.y=evtobj.clientY if (evtobj.preventDefault) evtobj.preventDefault() document.onmousemove=dragobject.moveit } }, moveit:function(e){ var evtobj=window.event? window.event : e if (this.dragapproved==1){ this.targetobj.style.left=this.offsetx+evtobj.clientX-this.x+"px" this.targetobj.style.top=this.offsety+evtobj.clientY-this.y+"px" return false } } } dragobject.initialize()[/quote] :arrow: Just replace the [b]PUT THE THING HERE[/b] with your object... eg., videos, mp3, chatbox, jpg images, gif images etc etc etc... [quote]Reminder: If your object have double quotes.. leave it as it is... ([b]"[/b]) :thumbsup: and if it have single quote replace it with double quotes.. ([b]'[/b]) to ([b]"[/b]) :thumbsup:[/quote] Ex: [quote]<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/j_Ajo6fTdew&rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/j_Ajo6fTdew&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object>[/quote] :arrow: [b]LEAVE IT AS IT IS...[/b] :wallbash: :wallbash: :wallbash: For The CSS Go Here: http://multiply.com/setup/pages/upload-css Then Insert this code... <">That's it and your done.... More Tweaks to Come :wow: :lol: :lol: IMG PREVIEW :arrow: [img]http://img175.imageshack.us/img175/9029/11343205pi3.jpg[/img] [b]Live Preview :[/b] [url]twistedcloud.multiply.com[/url] [quote]PS: You can also drag this object anywhere you like .. LMAO :cool: :cool:[/quote]

Last edited by blurrycloud (2008-01-28 02:53:01)

kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

be the first coment.. thanks for sharing...
usercp12
» n00b
FTalk Level: zero
47
0
1969-12-31

Re: Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

now i do it.. is now working
kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

/\ avoid double posting pls read the Ftalk rules first.. bydway thanks for sharing.
retardedbords
» n00b
FTalk Level: zero
99
0
1969-12-31

Re: Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

[quote=usercp12]:crybaby::crybaby: i can't do it, won't work.[/quote] avoid double posting..read the rules
fsQueen
» n00b
FTalk Level: zero
75
0
1969-12-31

Re: Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

don't get it. what's that onload handler? :( [spoiler][url=http://xein04.multiply.com]multiply[/url] [url=http://profiles.friendster.com/piashane]fs 1[/url] [url=http://profiles.friendster.com/piaxein0415]fs 2[/url] [url=http://www.facebook.com/1315907470]facebook[/url][/spoiler]

Last edited by fsQueen (2008-06-13 07:05:26)

  • ARCHIVES 
  • » Sorry guys.. I've been bz this past few days... because i need to focus on some personal things.. If your interested... Grab this tweak now.. :lol: :lol: Ok the tweak is called [b]Drop In Content.

Pages: 1

Board footer

© 2024 F Talk

Current time is 23:19

[ 11 queries - 0.020 second ]
Privacy Policy