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]
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]
How do i get the header which separate with the background like the other boxes...help me, please~ thanks Swit~
Last edited by switpotato (2008-02-13 09:28:47)
still the same...i dont see the separate HEADER. hmmm...
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}
how do u put the box on the ryt part?
(where the friends,fans,etc. are)
(my eyes are hurtin findin that trick,
)
Last edited by switpotato (2008-02-14 03:11:25)
Last edited by switpotato (2008-02-14 03:21:54)
/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)
/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)
Last edited by switpotato (2008-02-15 23:51:12)
why its not working...
JSS
<">Thanks for being patient girl
Last edited by babevian (2008-02-16 00:20:38)
Last edited by switpotato (2008-02-16 00:32:15)
Last edited by sexy_martina (2008-02-16 02:36:45)
Last edited by switpotato (2008-02-16 04:09:26)