• ARCHIVES 
  • » [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

Pages: 1..12345678910

[quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

ouch ate swit ... no box and no borders ..huhuhuhu :wallbash:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

[quote=switpotato]if u want to reposition it just change the getelementById ("0") to any number that correspond the box u want it to appear if u want to apply css use the id u use for ur addbox in the code presented it uses playist as the id thus the css will be like this: #playlist {margin-bottom: 40px! important; [b]border etc etc[/b]} #playlist h2 { text-align:center! important; [b]font etc etc! important[/b]}[/quote]
Jonrown12
» FTalker
FTalk Level: zero
151
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

:thumbsup: Thanks for sharing. i like this short code.
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

ahm ate swit where should i paste this code <">Is this Correct?? <">I dont have anY Idea??
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

^you may paste it in the css extension :D :thumbsup:
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

TnX a loT cklahrckiey :thumbsup:
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

is my code correct i place my chatbox below my friends!! <">kindly Check this and where should i paste it at the top of the css codes or beloW?
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

gomz as i recall u use different id for ur add box... [b]use the exact id u use.... [/b]all capital letter ... then just add that to the rest of ur css codes [quote][b]#CHATBOX[/b]{border: 5px solid [b]#ffffff! important[/b];} #[b]CHATBOX h2[/b] {text-align:center! important; [b]color: [/b]#ffffff ! important}[/quote]

Last edited by switpotato (2008-06-16 06:05:07)

m0g0l
» FTalker
FTalk Level: zero
129
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

[b]TO SWITPOTATO: SIS, IS THIS COMPATIBLE FOR CROSS BROWSER? WHAT I MEAN IS I WANT IT TO APPEAR IN BOTH IE AND FF? I KNOW THIS MIGHT BE POSSIBLE.. BUT WAS THE EFFECT IS IN FF, IT MIGHT GET DOUBLED, JUST LIKE WHAT HAPPEN IN MY WVM, IT GETS DOUBLED IN FF...IT WORKS NOW IN IE.. BUT IT GETS DOUBLED!!!:drool: ANYWAY,THANKS FOR SHARING!..[/b]
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

first pls dont use caps lock... second its compatible... 3rd it wont double... wvm is different with this one...

Last edited by switpotato (2008-06-16 07:28:48)

♥brains&beauty♥
» FTalkManiac
FTalk Level: zero
626
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

Thanks for sharing Sizzy Monix! Luv yah! +repu 4 mah sis... :D
michelle_dedumo
» FTalkAddict
FTalk Level: zero
580
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

wow... thankz u soo much for diz..
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

is onload handler needed here :thumbsup:
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

ate swit the code that you give to me "MY CHATBOX" is working but if i add more box.. my layout does not appear ...no more back-ground image,no chatbox,no media box and what so ever.... is onload handler needed here??? can i ask for the code??? this is my new code ... i just insert 1 more addbox but still not working... can you plz. check thiZ? :wallbash: :crybaby: <">
sg_lil_burn
» n00b
FTalk Level: zero
15
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

wat wrong in my code ms switpotato...? <">
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

juz make ur codes closer... dont add any unnecessary spaces... <">===== at [b]gomz[/b] change the word addbox to [quote]setTimeout("[b]gomzaddbox[/b]()",1000);[/quote]

Last edited by switpotato (2008-06-17 07:04:34)

gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

TeinkiEz :thumbsup: i love all of your tutorial
gomz311
» FTalker
FTalk Level: zero
105
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

Is there something wrong hir.. still not working <">Can you Please give me some instructions about my code...i wonder why when im adding box its not working but if i have only one box its working.... :smoke:

Last edited by gomz311 (2008-06-17 08:52:47)

switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

gomzzz try to change this part... from this [quote]x2.id="MY VIDEO"; document.getElementById("0").parentNode.appendChild(x2); MY VIDEO.innerHTML="<h2>MY VIDEO</h2>" +"<center><object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/KGzdwoSEX2k&hl=en'></param><embed src='http://www.youtube.com/v/KGzdwoSEX2k&hl=en' type='application/x-shockwave-flash' width='425' height='344'></embed></object></center>" } setTimeout("gomzaddbox()",1000)[/quote] to this [quote]x2.id="[b]MYVIDEO[/b]"; document.getElementById("0").parentNode.appendChild(x2); [b]MYVIDEO[/b].innerHTML="<h2>MY VIDEO</h2>" +"<object width='425' height='344'><param name='movie' value='http://www.youtube.com/v/KGzdwoSEX2k&hl=en'></param><embed src='http://www.youtube.com/v/KGzdwoSEX2k&hl=en' type='application/x-shockwave-flash' width='425' height='344'></embed></object>" } setTimeout("gomzaddbox()",1000)[b];[/b][/quote] i [b]remove the center tag[/b]... just centered ur content... using [b]css...[/b] [quote]#MYVIDEO h2 {text-align: center! important} #MYVIDEO {text-align: center! important}[/quote]
aufar
» FTalker
FTalk Level: zero
178
0
1969-12-31

Re: [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

thank'z// for sharing.. :D
  • ARCHIVES 
  • » [quote]function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE H

Pages: 1..12345678910

Board footer

© 2024 F Talk

Current time is 07:38

[ 9 queries - 0.076 second ]
Privacy Policy