[quote=marianaluvrenato]//Photo Gallery
REPLACEIT.head = REPLACEIT.getModuleByClassName(/photos/i)[0].getElementsByTagName("h2")[0];
REPLACEIT.head.innerHTML = "<div class='editlink'><a href=\"javascript:;\" onclick=\"trigger_effect(this,'content_1','blind', '"+minus+"', '"+plus+"');\"><img src=\""+minus+"\" alt=\"toggle\" title=\"Click Me\"/></a></div>My Rated-R Photos";
i tried to add this but nothing happen
show_hide('content_1');[/quote]
it's suppose to be
[quote]//Photo Gallery
REPLACEIT.head = REPLACEIT.getModuleByClassName(/photos/i)[0].getElementsByTagName("h2")[0];
REPLACEIT.head.innerHTML = "<div class='editlink'><a href=\"javascript:;\" onclick=\"trigger_effect(this,'content_1','blind', '"+minus+"', '"+plus+"');\"><img src=\""+minus+"\" alt=\"toggle\" title=\"Click Me\"/></a></div>My Rated-R Photos";
show_hide(/photos/i);
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]
_Qq Gunners_
woke bro.....wah langsung jalan ntuh page tittlenya
Last edited by boim (2008-05-26 03:41:32)