[b]PISPOT SATU[/b]
Coba pake ini
[spoiler] var mp3 = "<center><embed src='http://assets.myflashfetish.com/swf/mp3/mff-mixtape.swf' quality='high' wmode='transparent' flashvars='myid=10459079&path=2008/06/24&mycolor=131412&mycolor2=590F12&mycolor3=F0ECEB&autoplay=true&rand=0&f
&vol=100&pat=0' width='160' height='68' name='myflashfetish' align='middle'type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' border='0' /></embed></center>";
document.getElementById('controlPanelButtons').innerHTML = "<DIV>"+mp3+"</DIV>"; [/spoiler]
[b]nita1988[/b]
[spoiler]// ONE COLUMN
if (!attachOnLoadHandler(function(){leftBoxes()})) window.onload = function(){leftBoxes()};
function leftBoxes() {
fixBox("0",null);
fixBox("1",null);
fixBox("13",null);
fixBox("18",null);
}
function fixBox(boxID,set) {
//by xavierkym
//set "CUSTOM" | null
//if "CUSTOM" set your settings in the function below
/* Available default boxID
RIGHT BOXES
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
*/
var box;
box = parent.document.getElementById(boxID);
if (set == null) {
box.style.position = "relative";
box.style.overflow = "auto";
box.style.overflowX = "hidden";
box.style.left = "155px";
box.style.width = "600px";
}
else if (set == "CUSTOM") {
box.style.position = "relative";
box.style.overflow = "hidden";
box.style.left = "155px";
box.style.width = "600px";
}
}
[/spoiler]
Last edited by phorbid (2008-06-24 08:43:49)