Re: [b]Friendster Div IDs[/b]
[quote][b]/*-- Control Panel --*/[/b]
0[/quote]
[quote][b]/*-- Photo Gallery --*/[/b]
1[/quote]
[quote][b]/*-- Featured Friends--*/[/b]
2[/quote]
[quote][b]/*-- More About -
[quote=marvinkamote14][quote=lordjay27]xavier or someone,can you help me fix this??
this is JS which will move your more about me under your friends list..
its hard for me to understand this thread.LOL..
thanks anyway...
________________
function xaveski() {
document.getElementById("moreabout_1_5").style.display="none";
addSideBar("More About ME",document.getElementById("content_moreabout_1_5").innerHTML,"div_about");
}
function addSideBar(head,htm,div_id) {
var innerHtm=htm;
var cont= "<div id='"+div_id+"' class='commonbox "+div_id+"'>"+
"<h2>"+head+"</h2>"+
"<div id='content_"+div_id+"'>"+
innerHtm+
"</div>"+
"</div>";
try {
var obj=document.createElement("<li>");
} catch(e) {
var obj=document.createElement("li");
}
var x=document.getElementById("friends_2_2");
x.parentNode.parentNode.appendChild(obj);
obj.innerHTML=cont;
}setTimeout("xaveski()",1000);[/quote]
change the moreabout_1_5 to 6
change the friends_2_2 to 2[/quote]
thank you po..
try to replace the values..