
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~