[quote=teguh0203]broth n sis ada yang tau gak code show/hide , gini lo maksudna ntar cuma ada header nya trus di klik baru keluar box nya, gmn tu? contohna kayak punya bang kanal , bang nopatz , dll
[/quote]
neh taro di b
[quote]// FRIENDS
h=document.getElementById("2").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_2'); return false\"><div title=\"header=[ AA EZHA ] body=[Hallo "+pageViewerFName+". Beberapa sahabatku ada disini.<br><img src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif'>]\">*** temen-temen aa ezha ***</div>";
show_hide('content_2');
// GROUPS
h=document.getElementById("8").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_8'); return false\"><div title=\"header=[ AA EZHA ] body=[Hallo "+pageViewerFName+". Join yuk disini.<br><img src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif'>]\">*** some groups here ***</div>";
show_hide('content_8');[/quote]
edit yang perlu
terus yang ini taro di c
[quote]// CONTROLPANEL
h=document.getElementById("controlpanel_header");
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_0'); return false\"><div title=\"header=[ AA EZHA ] body=[Hallo "+pageViewerFName+". Selamat datang di profileku.<br><img src='http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/5.gif'>]\">*** aa ezha the transparent ***</div>";
show_hide('content_0');
// PHOTOS
h=document.getElementById("1").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_1'); return false\"><div title=\"header=[PHOTO GALLERY] body=[Klik untuk lihat foto-foto aa ezha.<br><img src='http://photos-218.friendster.com/e1/photos/81/27/56707218/1_872795608l.jpg'>]\">*** Foto-foto Aa Ezha ***</div>";
show_hide('content_1');
// MOREABOUT
h=document.getElementById("6").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_6'); return false\"><div title=\"header=[MEMBER CARD] body=[Klik MEMBER CARD-nya untuk join di FRIENDSTERTALK]\">*** MY MEMBER CARD ***</div>";
show_hide('content_6');
// PUBLICCOMMENTS
h=document.getElementById("18").getElementsByTagName("h2")[0];
h.innerHTML="<a href=\"#\" onClick=\"show_hide('content_18'); return false\"><div title=\"header=[TESTIMONIALS] body=[Maaf ... tanpa mengurangi rasa hormat, kami tidak menerima cenderamata berupa Pic, Flash, maupun MP3 ...]\">*** Kotak surat Aa Ezha ***</div>";
show_hide('content_18');
function show_hide(the_box) {
if (document.getElementById(the_box)) {
if (document.getElementById(the_box).style.display == 'none') {
document.getElementById(the_box).style.display = 'block';
}
else {
document.getElementById(the_box).style.display = 'none';
}
}
}[/quote]
edit yang perlu
klo blom ada fungsi tooltips, copas ke c
<">