[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)