[quote=feruzz][quote=xavierkym]be the first to comment...
its really working..
whew!
what a nice script from a genius guy...
combination of side and main ah..
hmhm... two thumbsup up for you bro..
[b]feedback:[/b] i cant make it appear below the groups though.. but still a great script..[/quote]
this script is an alternative way from sidebar script instead it appear below the groups...but it still can be like the sidebar script just replace to this...
[quote]function addMainSideBox(header,cont,id,target) {
var tb = document.getElementById(target).parentNode;
var divid="<div id='"+id+"' class='commonbox "+id+"'>"+
"<h2>"+header+"</h2>"+
"<div id='content_"+id+"'>"+
"<div class='boxcontent'>"+
cont+
"</div>"+
"</div>"+
"</div>";
var obj = document.createElement("li");
obj.innerHTML=divid;
tb.parentNode.[b]appendChild[/b](obj);
}[/quote]
[b]note:[/b] the box only appear below the groups & media box[/quote]
wow feruzz.. tnx for the update.. ur da best dude..