• 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: 12345678910..10

[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

ameng
» n00b
FTalk Level: zero
11
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

:arrow: thanks swit...i got it..but in my new addbox there is no header like other boxes~ u get what i mean rite? below are my CSS codes [quote]/* addbox*/ #playlist { border-width: 2px; border-color: #999999; border-style: solid; background-color: transparent; background-image: url(http://img80.imageshack.us/img80/1239/f366b902ee4ng6.gif); background-position: center; background-repeat: repeat; filter:alpha(opacity=85); margin-bottom:40px!important; }[/quote] :arrow: and for my JS codes as stated down here. [quote]//Addbox x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<center><b>۞ My Time ۞</b>" +"<br><br><embed src='http://www.clocklink.com/clocks/5007-black.swf?TimeZone=GMT0800&' width='400' height='30' wmode='transparent' type='application/x-shockwave-flash'></center></embed><br>"[/quote] :arrow: How do i get the header which separate with the background like the other boxes...help me, please~ thanks Swit~
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

u missd the other [b]css[/b] i posted... juz add [b]#playlist h2{s tyle here!important;}[/b] and under ur [b]js [/b]u missd this playlist.innerHTML[b]="<h2>[/b]My Playlist[b]</h2>"[/b]

Last edited by switpotato (2008-02-13 09:28:47)

ameng
» n00b
FTalk Level: zero
11
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

:arrow: still the same...i dont see the separate HEADER. hmmm...
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=ameng]:arrow: still the same...i dont see the separate HEADER. hmmm...[/quote] keep this part as is <h2> title here</h2>nothing else just apply the bold and center thing to ur css like 4 eg: #playlist h2 { text-align: center; font etc etc ! important}
_silent.sand_
» FTalker
FTalk Level: zero
124
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

um,question. :question: how do u put the box on the ryt part? (where the friends,fans,etc. are) :retard: (my eyes are hurtin findin that trick, :/ )
!?
» n00b
FTalk Level: zero
10
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]document.getElementById("[color=red]0[/color]")[/quote] the red part is for the controlpanel box which is on the left...just change the number to a certain id number of any box on the right side like 2 for friends, 7 for fan profiles, 14 for google ads, or 8 for groups
super_man1990
» n00b
FTalk Level: zero
60
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]question:[/b] it is posible to put 2 to 3 codes with the same "document.getElementById("[b]0[/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

then use the symbol [b]+[/b]
super_man1990
» n00b
FTalk Level: zero
60
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

wer do i put this + swit of FM lolz..
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

wakoko use ur coconut ...superman of ftalk but having fun asking in fm.. try to analize the codes... how h2 been added and the add ons in innerhtml.. + r there not juz for a design... toinkzzz

Last edited by switpotato (2008-02-14 03:11:25)

super_man1990
» n00b
FTalk Level: zero
60
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

now i see, tnx swit...alis na ko im getting nose bleed lolz... :wallbash: :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

:-O gud only nosebleed.. and gud thing u still got blood running in ur coconut nyahahaha... well anywayz gud luck... and pls dont bang ur head that much.. it will make some left over blood clot.. lol.. juz kidding hapi valentine ... smile :P

Last edited by switpotato (2008-02-14 03:21:54)

babevian
» n00b
FTalk Level: zero
66
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

hmmm i tried this three times.. didnt work... can anyone please check it i have the right code... JS /* --PLAYLIST -- */ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"<embed src="http://www.loudfusion.com/widgets/music/5" name="Loudfusion.com" quality="high" wmode="transparent" flashvars="USERID=343809" width="250" height="100" type="application/x-shockwave- flash"></embed>" CSS /* --PLAYLIST -- */ #playlist {margin-bottom: 40px! important; border etc etc} #My Playlist h2 { text-align:center! important; font etc etc! important}
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

check ur id... u uses 2 different ids #playist and #myplaylist and again better read my first post i told there to change the double quote to single =[b]'http[/b]://www.loudfusion.com/widgets/music/5' name='Loudfusion.com' and dont use /* Playlist*/ for ur js its only for css....if u want a quick identification use this //playlist wakoko the more i see ur codes i ts really a miracle it will work... my advice just copy paste the codes as is and just edit it one at a tym...

Last edited by switpotato (2008-02-15 22:25:41)

babevian
» n00b
FTalk Level: zero
66
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]check ur id... u uses 2 different ids #playist and #myplaylist and again better read my first post i told there to change the double quote to single =[b]'http[/b]://www.loudfusion.com/widgets/music/5' name='Loudfusion.com' and dont use /* Playlist*/ for ur js its only for css....if u want a quick identification use this //playlist Thanks for the quick response.. i have been trying this since this afternoon... =( [b]Do you mean like this?[/b] // PLAYLIST LOUDFUSION x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +'<embed src='http://www.loudfusion.com/widgets/music/5' name='Loudfusion.com' quality='high' wmode='transparent' flashvars='USERID=343809' width='250' height='100' type='application/x-shockwave- flash"></embed>'[/quote]

Last edited by babevian (2008-02-15 22:28:35)

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

[b][/b]wee yehey u got it ryt..kinda... since u make an effort here the ryt one... [quote]// PLAYLIST LOUDFUSION x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"<embed src='http://www.loudfusion.com/widgets/music/5' name='Loudfusion.com' quality='high' wmode='transparent' flashvars='USERID=343809' width='250' height='100' type='application/x-shockwave- flash'></embed>[b]"[/b][/quote] btw r u sure u want that to appear only in ie... if u want it to b crossbrowser... better use function with setTimeout... like the one i posted in first page... regarding ur... css .. just use [b]#playlist h2 [/b]and #playlist since thats the id u used in js...

Last edited by switpotato (2008-02-15 23:51:12)

babevian
» n00b
FTalk Level: zero
66
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][b][/b]wee yehey u got it ryt..kinda... since u make an effort here the ryt one... [quote]// PLAYLIST LOUDFUSION x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"<embed src='http://www.loudfusion.com/widgets/music/5' name='Loudfusion.com' quality='high' wmode='transparent' flashvars='USERID=343809' width='250' height='100' type='application/x-shockwave- flash'></embed>[b]"[/b][/quote] btw r u sure u want that to appear only in ie... if u want it to b crossbrowser... better use function with setTimeout... like the one i posted in first page... regarding ur... css .. just use [b]#playlist h2 [/b]and #playlist since thats the id u used in js...[/quote] waaaaaaaaa =( why its not working... JSS <">Thanks for being patient girl =)

Last edited by babevian (2008-02-16 00:20:38)

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

it wont work .. with tooooooo many reason first the js part... [quote][b]function addbox(){[/b] x1=document.createElement("div"); x1.id="playlist"; document.getElementById("0").parentNode.appendChild(x1); playlist.innerHTML="<h2>My Playlist</h2>" +"COMPLETE EMBED CODE HERE / CHATBOX / SLIDE WHATEVER" } setTimeout("addbox()",1000)[/quote] u missd the bold part... second ur css... i told u use same/one id... [quote]/* -- PLAYLIST LOUDFUSION-- */ #playlist {margin-bottom: 40px! important; border etc etc} [b]#playlist [/b]h2 { text-align:center! important; font }[/quote] and pls dont include my [b]etc etc.... [/b]waa complete the css codes example font-weight:bold...so on and so fort ...

Last edited by switpotato (2008-02-16 00:32:15)

sexy_martina
» n00b
FTalk Level: zero
4
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

hi swit can u check my code pls..when i add another box to this code my whole js doest worked..pls help... function addbox(){ x1=document.createElement("div"); x1.id="playlist"; document.getElementById("14").parentNode.appendChild(x1); playlist.innerHTML="<h2>MY MUSIC</h2>" +"<object width='300' height='290'><param name='movie' value='http://media.imeem.com/pl/XykxiZRJ0v/'></param><param name='wmode' value='transparent'></param><embed src='http://media.imeem.com/pl/XykxiZRJ0v/' type='application/x-shockwave-flash' width='300' height='290' wmode='transparent'></embed></object>" x1=document.createElement("div"); x1.id="cbox"; document.getElementById("14").parentNode.appendChild(x1); cbox.innerHTML="<h2>CHAT ME HERE</h2>" +"<div align='center' id='cboxdiv'> <iframe frameborder='0' width='160' height='273' src='[b]http://www4.cbox.ws/box/?boxid=3379717&boxtag=5849&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='cboxmain' style='border:#DBE2ED 1px solid;' id='cboxmain'></iframe><br/> <iframe frameborder='0' width='160' height='107' src='http://www4.cbox.ws/box/?boxid=3379717&boxtag=5849&sec=form' marginheight='2' marginwidth='2' scrolling='no' allowtransparency='yes' name='cboxform' style='border:#DBE2ED 1px solid;border-top:0px' id='cboxform'></iframe> </div>[/b]" } setTimeout("addbox()",1000)

Last edited by sexy_martina (2008-02-16 02:36:45)

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

martina dont include the param and object just the embed part and same with t he div for ur chatbox just includ e the iframe.. to center it use ur css for that

Last edited by switpotato (2008-02-16 04:09:26)

  • 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: 12345678910..10

Board footer

© 2024 F Talk

Current time is 16:15

[ 9 queries - 0.053 second ]
Privacy Policy