Last edited by kiddy (2008-05-26 02:11:20)

uhmm i want my poto gallery hide first in load then show when clicked? can this happen?[/quote]
yeah.... can be happen buddy...
follow comand in this thread
[url=http://theftalk.com/t16124-%7BTUTORIAL%7D-Minimizer-maximizer-Box.html]mini-maxi box[/url]
Last edited by __LaNgaLoNe__ (2008-05-26 02:13:51)
uhmm i want my poto gallery hide first in load then show when clicked? can this happen?[/quote]
just add this code under "photo gallery" mini-maxi script
<">
<">
Last edited by kiddy (2008-05-26 02:34:12)
ur da best
got to go
ur da best
got to go
[/quote]
[quote=_Qq Gunners_]@all
minta kode costum page title untuk FF dong![/quote]
neeh bro kodenya
[quote]//*Page tittle
var message = new Array()
//customize your message below
message[0] = "[b]pesan kamu[/b]";
message[1] = "[b]pesan kamu[/b]";
message[2] = "[b]pesan kamu[/b]";
message[3] = "[b]pesan kamu[/b]";
message[4] = "[b]pesan kamu[/b]";
message[5] = "[b]pesan kamu[/b]";
message[6] = "[b]pesan kamu[/b]";
var reps = 2;
var speed = 200;
var p=message.length;
var T="";
var C=0;
var mC=0;
var s=0;
var sT=null;
if(reps<1)reps=1;
function doTheThing(){
T=message[mC];
A();}
function A(){
s++
if(s>8){s=1}
if(s==1){document.title='||||||===
|| '+T+' -----'}
if(s==2){document.title='|||
||==
|| '+T+' -----'}
if(s=
){document.title='|||=
||=
|| '+T+' -----'}
if(s==4){document.title='|||==
||
|| '+T+' -----'}
if(s==5){document.title='|||===
||||| '+T+' -----'}
if(s==6){document.title='|||==
||
|| '+T+' -----'}
if(s==7){document.title='|||=
||=
|| '+T+' -----'}
if(s==8){document.title='|||
||==
|| '+T+' -----'}
if(C<(8*reps)){
sT=setTimeout("A()",speed);
C++
}else{
C=0;
s=0;
mC++
if(mC>p-1)mC=0;
sT=null;
doTheThing();}}
doTheThing();[/quote]
simpan dibag. C
[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)
[/quote]
langsung jalan?
kok gw liat ga ada di FF?