Last edited by portuniecho (2009-01-06 19:28:00)
thanks for it swit! Last edited by bles_212000 (2008-02-07 20:30:15)
Last edited by dreamcaster (2008-02-08 23:35:08)
[/quote]
[quote]#playlist {border: 2px solid #000000[b]! important[/b];}[/quote]
How about if i want to add more boxes? Can anybody show the full codes? thank you~
I tried the codes but the new addbox seems to combine with the box below. so how?
Last edited by ameng (2008-02-13 00:42:14)
How about if i want to add more boxes? Can anybody show the full codes? thank you~
I tried the codes but the new addbox seems to combine with the box below. so how?[/quote]
1st:
to add more then repeat the process
eg :
[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 here / chatbox / slide whatever"
x1=document.createElement("div");
[b]x1.id="anotherekek";
document.getElementById("ur area here").parentNode.appendChild(x1);
anotherekek.innerHTML="<h2>My Ewan</h2>"
+"complete embed code here / chatbox / slide whatever"[/b]
}
setTimeout("addbox()",1000)[/quote]
2nd:
just simply add [b]margin-bottom:__px!important; [/b]to ur css...depending to the id u use ...
@ dimee.. dont spam pls.. wakoko put away ur finger tips from ur keyboard if u cant really express ur tot..
@ i forgot... dont asked if its working try it first before u complain okie...
just a word of wisdom wakoko ... oppsie advice i may say
Last edited by switpotato (2008-02-13 02:39:32)
thanks for sharing wid us